Html Css Color HEX #054870 Dark Cerulean

📋 copy color: '#054870'

red 5 ◦ green 72 ◦ blue 112

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

Shades of Dark Cerulean #054870

Tints of Dark Cerulean #054870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

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

R = 2.65%
G = 38.1%
B = 59.26%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#054870 (or 0x054870) is known color: Dark Cerulean. HEX triplet: 05, 48 and 70. RGB value is (5,72,112). Sum of RGB (Red+Green+Blue) = 5+72+112=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #054870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054870 is #FAB78F. Grayscale: #383838. Windows color (decimal): -16430992 or 7358469. OLE color: 7358469.

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

Color convert

RGB 5 72 112 -
CMYK 0.96 0.36 0 0.56
HSL 202.43º 0.91% 0.23% -
HSV(B) 202.43º 0.96% 0.44% -
XYZ 5.3 5.84 16.18 -
YUV 56.53 159.3 91.25 -
System Red Green Blue C M Y K H S L
Decimal 5 72 112 0.96 0.36 0 0.56 202.43 0.91 0.23
Hex 5 48 70 60 24 0 38 CA 5B 17
Octal 5 110 160 140 44 0 70 312 133 27
Binary 101 1001000 1110000 1100000 100100 0 111000 11001010 1011011 10111

Color Harmonies of #054870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054870

Black with #054870

Text Example


Text Example

White with #054870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054870; }

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

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

background-color css

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

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

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

border-color css

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

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

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