Html Css Color HEX #045071 Dark Cerulean

📋 copy color: '#045071'

red 4 ◦ green 80 ◦ blue 113

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

Shades of Dark Cerulean #045071

Tints of Dark Cerulean #045071

RGB

 RED value IS 4 (1.95% from 255) = 2.03%

 GREEN value IS 80 (31.64% from 255) = 40.61%

 BLUE value IS 113 (44.53% from 255) = 57.36%

R = 2.03%
G = 40.61%
B = 57.36%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#045071 (or 0x045071) is known color: Dark Cerulean. HEX triplet: 04, 50 and 71. RGB value is (4,80,113). Sum of RGB (Red+Green+Blue) = 4+80+113=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #045071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045071 is #FBAF8E. Grayscale: #3C3C3C. Windows color (decimal): -16494479 or 7426052. OLE color: 7426052.

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

Color convert

RGB 4 80 113 -
CMYK 0.96 0.29 0 0.56
HSL 198.17º 0.93% 0.23% -
HSV(B) 198.17º 0.96% 0.44% -
XYZ 5.9 6.96 16.65 -
YUV 61.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 4 80 113 0.96 0.29 0 0.56 198.17 0.93 0.23
Hex 4 50 71 60 1D 0 38 C6 5D 17
Octal 4 120 161 140 35 0 70 306 135 27
Binary 100 1010000 1110001 1100000 11101 0 111000 11000110 1011101 10111

Color Harmonies of #045071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045071

Black with #045071

Text Example


Text Example

White with #045071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045071; }

 p { color: rgb(4,80,113); }

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

background-color css

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

 a { background-color: rgb(4,80,113); }

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

border-color css

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

 span { border-color: rgb(4,80,113); }

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