Html Css Color HEX #004570 Dark Cerulean

📋 copy color: '#004570'

red 0 ◦ green 69 ◦ blue 112

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

Shades of Dark Cerulean #004570

Tints of Dark Cerulean #004570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.12%

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

R = 0%
G = 38.12%
B = 61.88%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004570 (or 0x004570) is known color: Dark Cerulean. HEX triplet: 00, 45 and 70. RGB value is (0,69,112). Sum of RGB (Red+Green+Blue) = 0+69+112=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #004570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004570 is #FFBA8F. Grayscale: #353535. Windows color (decimal): -16759440 or 7357696. OLE color: 7357696.

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

Color convert

RGB 0 69 112 -
CMYK 1 0.38 0 0.56
HSL 203.04º 1% 0.22% -
HSV(B) 203.04º 1% 0.44% -
XYZ 5.05 5.43 16.11 -
YUV 53.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 0 69 112 1 0.38 0 0.56 203.04 1 0.22
Hex 0 45 70 64 26 0 38 CB 64 16
Octal 0 105 160 144 46 0 70 313 144 26
Binary 0 1000101 1110000 1100100 100110 0 111000 11001011 1100100 10110

Color Harmonies of #004570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004570

Black with #004570

Text Example


Text Example

White with #004570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004570; }

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

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

background-color css

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

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

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

border-color css

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

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

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