Html Css Color HEX #045998 Cobalt

📋 copy color: '#045998'

red 4 ◦ green 89 ◦ blue 152

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

Shades of Cobalt #045998

Tints of Cobalt #045998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.04%

R = 1.63%
G = 36.33%
B = 62.04%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#045998 (or 0x045998) is known color: Cobalt. HEX triplet: 04, 59 and 98. RGB value is (4,89,152). Sum of RGB (Red+Green+Blue) = 4+89+152=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #045998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045998 is #FBA667. Grayscale: #464646. Windows color (decimal): -16492136 or 9984260. OLE color: 9984260.

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

Color convert

RGB 4 89 152 -
CMYK 0.97 0.41 0 0.40
HSL 205.54º 0.95% 0.31% -
HSV(B) 205.54º 0.97% 0.6% -
XYZ 9.29 9.44 31.04 -
YUV 70.77 173.84 80.38 -
System Red Green Blue C M Y K H S L
Decimal 4 89 152 0.97 0.41 0 0.40 205.54 0.95 0.31
Hex 4 59 98 61 29 0 28 CE 5F 1F
Octal 4 131 230 141 51 0 50 316 137 37
Binary 100 1011001 10011000 1100001 101001 0 101000 11001110 1011111 11111

Color Harmonies of #045998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045998

Black with #045998

Text Example


Text Example

White with #045998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045998; }

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

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

background-color css

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

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

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

border-color css

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

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

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