Html Css Color HEX #054470 Dark Cerulean

📋 copy color: '#054470'

red 5 ◦ green 68 ◦ blue 112

#054470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #054470

Tints of Dark Cerulean #054470

RGB

 RED value IS 5 (2.34% from 255) = 2.7%

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 2.7%
G = 36.76%
B = 60.54%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#054470 (or 0x054470) is known color: Dark Cerulean. HEX triplet: 05, 44 and 70. RGB value is (5,68,112). Sum of RGB (Red+Green+Blue) = 5+68+112=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #054470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054470 is #FABB8F. Grayscale: #353535. Windows color (decimal): -16432016 or 7357445. OLE color: 7357445.

HSL color Cylindrical-coordinate representation of color #054470: hue angle of 204.67º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054470 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 68 112 -
CMYK 0.96 0.39 0 0.56
HSL 204.67º 0.91% 0.23% -
HSV(B) 204.67º 0.96% 0.44% -
XYZ 5.05 5.34 16.09 -
YUV 54.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 5 68 112 0.96 0.39 0 0.56 204.67 0.91 0.23
Hex 5 44 70 60 27 0 38 CD 5B 17
Octal 5 104 160 140 47 0 70 315 133 27
Binary 101 1000100 1110000 1100000 100111 0 111000 11001101 1011011 10111

Color Harmonies of #054470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054470

Black with #054470

Text Example


Text Example

White with #054470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054470; }

 p { color: rgb(5,68,112); }

 H1.HeaderClassName
 {
   color: #054470;
 }
 .AnyTagClassName
 {
   color: #054470;
 }
</style>

background-color css

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

 a { background-color: rgb(5,68,112); }

 div.DivClassName
 {
   background-color: #054470;
 }
 .BgClassName
 {
   background-color: #054470;
 }
</style>

border-color css

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

 span { border-color: rgb(5,68,112); }

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