#054A84

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

Shades of Dark Cerulean #054A84

Tints of Dark Cerulean #054A84

Color information

#054A84 (or 0x054A84) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4A and 84. RGB value is (5,74,132). Sum of RGB (Red+Green+Blue) = 5+74+132=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #054A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054A84 is #FAB57B. Grayscale: #3B3B3B. Windows color (decimal): -16430460 or 8669701. OLE color: 8669701.

HSL color Cylindrical-coordinate representation of color #054A84: hue angle of 207.4º 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 #054A84 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB574132-
CMYK0.960.4400.48
HSL207.4º92.7%26.86%-
HSV(B)207.4º96.21%51.76%-
XYZ6.686.622.75-
YUV59.98168.6488.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=2.37%
G=35.07%
B=62.56%

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
Decimal5741320.960.4400.48207.492.726.86
Hex54A84602C030cf5d1b
Octal51122041405406031713533
Binary1011001010100001001100000101100011000011001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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