Html Css Color HEX #045899 Cobalt

📋 copy color: '#045899'

red 4 ◦ green 88 ◦ blue 153

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

Shades of Cobalt #045899

Tints of Cobalt #045899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

 BLUE value IS 153 (60.16% from 255) = 62.45%

R = 1.63%
G = 35.92%
B = 62.45%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#045899 (or 0x045899) is known color: Cobalt. HEX triplet: 04, 58 and 99. RGB value is (4,88,153). Sum of RGB (Red+Green+Blue) = 4+88+153=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #045899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045899 is #FBA766. Grayscale: #454545. Windows color (decimal): -16492391 or 10049540. OLE color: 10049540.

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

Color convert

RGB 4 88 153 -
CMYK 0.97 0.42 0 0.4
HSL 206.17º 0.95% 0.31% -
HSV(B) 206.17º 0.97% 0.6% -
XYZ 9.29 9.31 31.44 -
YUV 70.29 174.67 80.71 -
System Red Green Blue C M Y K H S L
Decimal 4 88 153 0.97 0.42 0 0.4 206.17 0.95 0.31
Hex 4 58 99 61 2A 0 28 CE 5F 1F
Octal 4 130 231 141 52 0 50 316 137 37
Binary 100 1011000 10011001 1100001 101010 0 101000 11001110 1011111 11111

Color Harmonies of #045899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045899

Black with #045899

Text Example


Text Example

White with #045899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045899; }

 p { color: rgb(4,88,153); }

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

background-color css

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

 a { background-color: rgb(4,88,153); }

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

border-color css

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

 span { border-color: rgb(4,88,153); }

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