Html Css Color HEX #045982 Dark Cerulean

📋 copy color: '#045982'

red 4 ◦ green 89 ◦ blue 130

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

Shades of Dark Cerulean #045982

Tints of Dark Cerulean #045982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 1.79%
G = 39.91%
B = 58.3%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#045982 (or 0x045982) is known color: Dark Cerulean. HEX triplet: 04, 59 and 82. RGB value is (4,89,130). Sum of RGB (Red+Green+Blue) = 4+89+130=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #045982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045982 is #FBA67D. Grayscale: #444444. Windows color (decimal): -16492158 or 8542468. OLE color: 8542468.

HSL color Cylindrical-coordinate representation of color #045982: hue angle of 199.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045982 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 89 130 -
CMYK 0.97 0.32 0 0.49
HSL 199.52º 0.94% 0.26% -
HSV(B) 199.52º 0.97% 0.51% -
XYZ 7.65 8.78 22.41 -
YUV 68.26 162.84 82.17 -
System Red Green Blue C M Y K H S L
Decimal 4 89 130 0.97 0.32 0 0.49 199.52 0.94 0.26
Hex 4 59 82 61 20 0 31 C8 5E 1A
Octal 4 131 202 141 40 0 61 310 136 32
Binary 100 1011001 10000010 1100001 100000 0 110001 11001000 1011110 11010

Color Harmonies of #045982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045982

Black with #045982

Text Example


Text Example

White with #045982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045982; }

 p { color: rgb(4,89,130); }

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

background-color css

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

 a { background-color: rgb(4,89,130); }

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

border-color css

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

 span { border-color: rgb(4,89,130); }

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