Html Css Color HEX #045376 Dark Cerulean

📋 copy color: '#045376'

red 4 ◦ green 83 ◦ blue 118

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

Shades of Dark Cerulean #045376

Tints of Dark Cerulean #045376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 1.95%
G = 40.49%
B = 57.56%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#045376 (or 0x045376) is known color: Dark Cerulean. HEX triplet: 04, 53 and 76. RGB value is (4,83,118). Sum of RGB (Red+Green+Blue) = 4+83+118=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #045376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045376 is #FBAC89. Grayscale: #3F3F3F. Windows color (decimal): -16493706 or 7754500. OLE color: 7754500.

HSL color Cylindrical-coordinate representation of color #045376: hue angle of 198.42º 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 #045376 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 83 118 -
CMYK 0.97 0.30 0 0.54
HSL 198.42º 0.93% 0.24% -
HSV(B) 198.42º 0.97% 0.46% -
XYZ 6.41 7.52 18.25 -
YUV 63.37 158.83 85.65 -
System Red Green Blue C M Y K H S L
Decimal 4 83 118 0.97 0.30 0 0.54 198.42 0.93 0.24
Hex 4 53 76 61 1E 0 36 C6 5D 18
Octal 4 123 166 141 36 0 66 306 135 30
Binary 100 1010011 1110110 1100001 11110 0 110110 11000110 1011101 11000

Color Harmonies of #045376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045376

Black with #045376

Text Example


Text Example

White with #045376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045376; }

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

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

background-color css

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

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

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

border-color css

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

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

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