Html Css Color HEX #045997 Cobalt

📋 copy color: '#045997'

red 4 ◦ green 89 ◦ blue 151

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

Shades of Cobalt #045997

Tints of Cobalt #045997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 61.89%

R = 1.64%
G = 36.48%
B = 61.89%

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

#045997 (or 0x045997) is known color: Cobalt. HEX triplet: 04, 59 and 97. RGB value is (4,89,151). Sum of RGB (Red+Green+Blue) = 4+89+151=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #045997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045997 is #FBA668. Grayscale: #464646. Windows color (decimal): -16492137 or 9918724. OLE color: 9918724.

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

Color convert

RGB 4 89 151 -
CMYK 0.97 0.41 0 0.41
HSL 205.31º 0.95% 0.3% -
HSV(B) 205.31º 0.97% 0.59% -
XYZ 9.21 9.4 30.61 -
YUV 70.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 4 89 151 0.97 0.41 0 0.41 205.31 0.95 0.3
Hex 4 59 97 61 29 0 29 CD 5F 1E
Octal 4 131 227 141 51 0 51 315 137 36
Binary 100 1011001 10010111 1100001 101001 0 101001 11001101 1011111 11110

Color Harmonies of #045997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045997

Black with #045997

Text Example


Text Example

White with #045997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045997; }

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

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

background-color css

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

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

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

border-color css

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

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

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