Html Css Color HEX #045076 Dark Cerulean

📋 copy color: '#045076'

red 4 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #045076

Tints of Dark Cerulean #045076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.42%

R = 1.98%
G = 39.6%
B = 58.42%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#045076 (or 0x045076) is known color: Dark Cerulean. HEX triplet: 04, 50 and 76. RGB value is (4,80,118). Sum of RGB (Red+Green+Blue) = 4+80+118=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #045076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045076 is #FBAF89. Grayscale: #3D3D3D. Windows color (decimal): -16494474 or 7753732. OLE color: 7753732.

HSL color Cylindrical-coordinate representation of color #045076: hue angle of 200º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045076 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 80 118 -
CMYK 0.97 0.32 0 0.54
HSL 200º 0.93% 0.24% -
HSV(B) 200º 0.97% 0.46% -
XYZ 6.19 7.07 18.18 -
YUV 61.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 4 80 118 0.97 0.32 0 0.54 200 0.93 0.24
Hex 4 50 76 61 20 0 36 C8 5D 18
Octal 4 120 166 141 40 0 66 310 135 30
Binary 100 1010000 1110110 1100001 100000 0 110110 11001000 1011101 11000

Color Harmonies of #045076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045076

Black with #045076

Text Example


Text Example

White with #045076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045076; }

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

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

background-color css

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

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

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

border-color css

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

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

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