Html Css Color HEX #004870 Dark Cerulean

📋 copy color: '#004870'

red 0 ◦ green 72 ◦ blue 112

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

Shades of Dark Cerulean #004870

Tints of Dark Cerulean #004870

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 39.13%
B = 60.87%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004870 (or 0x004870) is known color: Dark Cerulean. HEX triplet: 00, 48 and 70. RGB value is (0,72,112). Sum of RGB (Red+Green+Blue) = 0+72+112=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #004870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004870 is #FFB78F. Grayscale: #363636. Windows color (decimal): -16758672 or 7358464. OLE color: 7358464.

HSL color Cylindrical-coordinate representation of color #004870: hue angle of 201.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004870 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 72 112 -
CMYK 1 0.36 0 0.56
HSL 201.43º 1% 0.22% -
HSV(B) 201.43º 1% 0.44% -
XYZ 5.24 5.8 16.17 -
YUV 55.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 0 72 112 1 0.36 0 0.56 201.43 1 0.22
Hex 0 48 70 64 24 0 38 C9 64 16
Octal 0 110 160 144 44 0 70 311 144 26
Binary 0 1001000 1110000 1100100 100100 0 111000 11001001 1100100 10110

Color Harmonies of #004870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004870

Black with #004870

Text Example


Text Example

White with #004870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004870; }

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

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

background-color css

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

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

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

border-color css

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

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

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