#054A6E

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

Shades of Dark Cerulean #054A6E

Tints of Dark Cerulean #054A6E

Color information

#054A6E (or 0x054A6E) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4A and 6E. RGB value is (5,74,110). Sum of RGB (Red+Green+Blue) = 5+74+110=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #054A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A6E is #FAB591. Grayscale: #393939. Windows color (decimal): -16430482 or 7227909. OLE color: 7227909.

HSL color Cylindrical-coordinate representation of color #054A6E: hue angle of 200.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054A6E is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB574110-
CMYK0.950.3300.57
HSL200.57º91.3%22.55%-
HSV(B)200.57º95.45%43.14%-
XYZ5.336.0615.64-
YUV57.47157.6490.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=2.65%
G=39.15%
B=58.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5741100.950.3300.57200.5791.322.55
Hex54A6E5F21039c95b17
Octal51121561374107131113327
Binary101100101011011101011111100001011100111001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,74,110); }

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

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

 a { background-color: rgb(5,74,110); }

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

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

 span { border-color: rgb(5,74,110); }

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