Html Css Color HEX #045996 Cobalt

📋 copy color: '#045996'

red 4 ◦ green 89 ◦ blue 150

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

Shades of Cobalt #045996

Tints of Cobalt #045996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.73%

R = 1.65%
G = 36.63%
B = 61.73%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#045996 (or 0x045996) is known color: Cobalt. HEX triplet: 04, 59 and 96. RGB value is (4,89,150). Sum of RGB (Red+Green+Blue) = 4+89+150=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #045996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045996 is #FBA669. Grayscale: #464646. Windows color (decimal): -16492138 or 9853188. OLE color: 9853188.

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

Color convert

RGB 4 89 150 -
CMYK 0.97 0.41 0 0.41
HSL 205.07º 0.95% 0.3% -
HSV(B) 205.07º 0.97% 0.59% -
XYZ 9.13 9.37 30.18 -
YUV 70.54 172.84 80.54 -
System Red Green Blue C M Y K H S L
Decimal 4 89 150 0.97 0.41 0 0.41 205.07 0.95 0.3
Hex 4 59 96 61 29 0 29 CD 5F 1E
Octal 4 131 226 141 51 0 51 315 137 36
Binary 100 1011001 10010110 1100001 101001 0 101001 11001101 1011111 11110

Color Harmonies of #045996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045996

Black with #045996

Text Example


Text Example

White with #045996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045996; }

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

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

background-color css

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

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

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

border-color css

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

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

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