Html Css Color HEX #054770 Dark Cerulean

📋 copy color: '#054770'

red 5 ◦ green 71 ◦ blue 112

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

Shades of Dark Cerulean #054770

Tints of Dark Cerulean #054770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

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

R = 2.66%
G = 37.77%
B = 59.57%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#054770 (or 0x054770) is known color: Dark Cerulean. HEX triplet: 05, 47 and 70. RGB value is (5,71,112). Sum of RGB (Red+Green+Blue) = 5+71+112=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #054770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054770 is #FAB88F. Grayscale: #373737. Windows color (decimal): -16431248 or 7358213. OLE color: 7358213.

HSL color Cylindrical-coordinate representation of color #054770: hue angle of 202.99º 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 #054770 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 71 112 -
CMYK 0.96 0.37 0 0.56
HSL 202.99º 0.91% 0.23% -
HSV(B) 202.99º 0.96% 0.44% -
XYZ 5.24 5.71 16.15 -
YUV 55.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 5 71 112 0.96 0.37 0 0.56 202.99 0.91 0.23
Hex 5 47 70 60 25 0 38 CB 5B 17
Octal 5 107 160 140 45 0 70 313 133 27
Binary 101 1000111 1110000 1100000 100101 0 111000 11001011 1011011 10111

Color Harmonies of #054770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054770

Black with #054770

Text Example


Text Example

White with #054770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054770; }

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

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

background-color css

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

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

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

border-color css

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

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

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