Html Css Color HEX #045896 Cobalt

📋 copy color: '#045896'

red 4 ◦ green 88 ◦ blue 150

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

Shades of Cobalt #045896

Tints of Cobalt #045896

RGB

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

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

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

R = 1.65%
G = 36.36%
B = 61.98%

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

#045896 (or 0x045896) is known color: Cobalt. HEX triplet: 04, 58 and 96. RGB value is (4,88,150). Sum of RGB (Red+Green+Blue) = 4+88+150=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #045896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045896 is #FBA769. Grayscale: #454545. Windows color (decimal): -16492394 or 9852932. OLE color: 9852932.

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

Color convert

RGB 4 88 150 -
CMYK 0.97 0.41 0 0.41
HSL 205.48º 0.95% 0.3% -
HSV(B) 205.48º 0.97% 0.59% -
XYZ 9.04 9.21 30.15 -
YUV 69.95 173.17 80.96 -
System Red Green Blue C M Y K H S L
Decimal 4 88 150 0.97 0.41 0 0.41 205.48 0.95 0.3
Hex 4 58 96 61 29 0 29 CD 5F 1E
Octal 4 130 226 141 51 0 51 315 137 36
Binary 100 1011000 10010110 1100001 101001 0 101001 11001101 1011111 11110

Color Harmonies of #045896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045896

Black with #045896

Text Example


Text Example

White with #045896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045896; }

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

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

background-color css

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

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

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

border-color css

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

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

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