Html Css Color HEX #045993 Dark Cerulean

📋 copy color: '#045993'

red 4 ◦ green 89 ◦ blue 147

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

Shades of Dark Cerulean #045993

Tints of Dark Cerulean #045993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.25%

R = 1.67%
G = 37.08%
B = 61.25%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#045993 (or 0x045993) is known color: Dark Cerulean. HEX triplet: 04, 59 and 93. RGB value is (4,89,147). Sum of RGB (Red+Green+Blue) = 4+89+147=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #045993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045993 is #FBA66C. Grayscale: #454545. Windows color (decimal): -16492141 or 9656580. OLE color: 9656580.

HSL color Cylindrical-coordinate representation of color #045993: hue angle of 204.34º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045993 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 89 147 -
CMYK 0.97 0.39 0 0.42
HSL 204.34º 0.95% 0.3% -
HSV(B) 204.34º 0.97% 0.58% -
XYZ 8.89 9.28 28.93 -
YUV 70.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 4 89 147 0.97 0.39 0 0.42 204.34 0.95 0.3
Hex 4 59 93 61 27 0 2A CC 5F 1E
Octal 4 131 223 141 47 0 52 314 137 36
Binary 100 1011001 10010011 1100001 100111 0 101010 11001100 1011111 11110

Color Harmonies of #045993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045993

Black with #045993

Text Example


Text Example

White with #045993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045993; }

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

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

background-color css

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

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

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

border-color css

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

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

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