#054A85

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

Shades of Dark Cerulean #054A85

Tints of Dark Cerulean #054A85

Color information

#054A85 (or 0x054A85) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4A and 85. RGB value is (5,74,133). Sum of RGB (Red+Green+Blue) = 5+74+133=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #054A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054A85 is #FAB57A. Grayscale: #3B3B3B. Windows color (decimal): -16430459 or 8735237. OLE color: 8735237.

HSL color Cylindrical-coordinate representation of color #054A85: hue angle of 207.66º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054A85 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB574133-
CMYK0.960.4400.48
HSL207.66º92.75%27.06%-
HSV(B)207.66º96.24%52.16%-
XYZ6.756.6223.11-
YUV60.09169.1488.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 133 (52.34% from 255) = 62.74%
R=2.36%
G=34.91%
B=62.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5741330.960.4400.48207.6692.7527.06
Hex54A85602C030d05d1b
Octal51122051405406032013533
Binary1011001010100001011100000101100011000011010000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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