Html Css Color HEX #004770 Dark Cerulean

📋 copy color: '#004770'

red 0 ◦ green 71 ◦ blue 112

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

Shades of Dark Cerulean #004770

Tints of Dark Cerulean #004770

RGB

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

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

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

R = 0%
G = 38.8%
B = 61.2%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004770 (or 0x004770) is known color: Dark Cerulean. HEX triplet: 00, 47 and 70. RGB value is (0,71,112). Sum of RGB (Red+Green+Blue) = 0+71+112=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #004770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004770 is #FFB88F. Grayscale: #363636. Windows color (decimal): -16758928 or 7358208. OLE color: 7358208.

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

Color convert

RGB 0 71 112 -
CMYK 1 0.37 0 0.56
HSL 201.96º 1% 0.22% -
HSV(B) 201.96º 1% 0.44% -
XYZ 5.18 5.68 16.15 -
YUV 54.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 0 71 112 1 0.37 0 0.56 201.96 1 0.22
Hex 0 47 70 64 25 0 38 CA 64 16
Octal 0 107 160 144 45 0 70 312 144 26
Binary 0 1000111 1110000 1100100 100101 0 111000 11001010 1100100 10110

Color Harmonies of #004770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004770

Black with #004770

Text Example


Text Example

White with #004770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004770; }

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

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

background-color css

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

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

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

border-color css

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

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

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