Html Css Color HEX #045079 Dark Cerulean

📋 copy color: '#045079'

red 4 ◦ green 80 ◦ blue 121

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

Shades of Dark Cerulean #045079

Tints of Dark Cerulean #045079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 59.02%

R = 1.95%
G = 39.02%
B = 59.02%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#045079 (or 0x045079) is known color: Dark Cerulean. HEX triplet: 04, 50 and 79. RGB value is (4,80,121). Sum of RGB (Red+Green+Blue) = 4+80+121=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #045079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045079 is #FBAF86. Grayscale: #3D3D3D. Windows color (decimal): -16494471 or 7950340. OLE color: 7950340.

HSL color Cylindrical-coordinate representation of color #045079: hue angle of 201.03º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045079 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 80 121 -
CMYK 0.97 0.34 0 0.53
HSL 201.03º 0.94% 0.25% -
HSV(B) 201.03º 0.97% 0.47% -
XYZ 6.37 7.14 19.13 -
YUV 61.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 4 80 121 0.97 0.34 0 0.53 201.03 0.94 0.25
Hex 4 50 79 61 22 0 35 C9 5E 19
Octal 4 120 171 141 42 0 65 311 136 31
Binary 100 1010000 1111001 1100001 100010 0 110101 11001001 1011110 11001

Color Harmonies of #045079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045079

Black with #045079

Text Example


Text Example

White with #045079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045079; }

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

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

background-color css

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

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

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

border-color css

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

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

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