#054B69

Color #054B69 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #054B69

Tints of Dark Cerulean #054B69

Color information

#054B69 (or 0x054B69) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4B and 69. RGB value is (5,75,105). Sum of RGB (Red+Green+Blue) = 5+75+105=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #054B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B69 is #FAB496. Grayscale: #393939. Windows color (decimal): -16430231 or 6900485. OLE color: 6900485.

HSL color Cylindrical-coordinate representation of color #054B69: hue angle of 198º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054B69 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB575105-
CMYK0.950.2900.59
HSL198º90.91%21.57%-
HSV(B)198º95.24%41.18%-
XYZ5.136.0814.27-
YUV57.49154.8190.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=2.70%
G=40.54%
B=56.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5751050.950.2900.5919890.9121.57
Hex54B695F1D03Bc65b16
Octal51131511373507330613326
Binary10110010111101001101111111101011101111000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054B69; }

 p { color: rgb(5,75,105); }

 H1.HeaderClassName
 {
   color: #054B69;
 }
 .AnyTagClassName
 {
   color: #054B69;
 }
</style>
background-color css

<style>
 a { background-color: #054B69; }

 a { background-color: rgb(5,75,105); }

 div.DivClassName
 {
   background-color: #054B69;
 }
 .BgClassName
 {
   background-color: #054B69;
 }
</style>
border-color css

<style>
 span { border-color: #054B69; }

 span { border-color: rgb(5,75,105); }

 td.TdClassName
 {
   border-color: #054B69;
 }
 .TagClassName
 {
   border-color: #054B69;
 }
</style>