Html Css Color HEX #045C96 Cobalt

📋 copy color: '#045C96'

red 4 ◦ green 92 ◦ blue 150

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

Shades of Cobalt #045C96

Tints of Cobalt #045C96

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.4%

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

R = 1.63%
G = 37.4%
B = 60.98%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#045C96 (or 0x045C96) is known color: Cobalt. HEX triplet: 04, 5C and 96. RGB value is (4,92,150). Sum of RGB (Red+Green+Blue) = 4+92+150=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #045C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C96 is #FBA369. Grayscale: #474747. Windows color (decimal): -16491370 or 9853956. OLE color: 9853956.

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

Color convert

RGB 4 92 150 -
CMYK 0.97 0.39 0 0.41
HSL 203.84º 0.95% 0.3% -
HSV(B) 203.84º 0.97% 0.59% -
XYZ 9.38 9.88 30.27 -
YUV 72.3 171.85 79.28 -
System Red Green Blue C M Y K H S L
Decimal 4 92 150 0.97 0.39 0 0.41 203.84 0.95 0.3
Hex 4 5C 96 61 27 0 29 CC 5F 1E
Octal 4 134 226 141 47 0 51 314 137 36
Binary 100 1011100 10010110 1100001 100111 0 101001 11001100 1011111 11110

Color Harmonies of #045C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C96

Black with #045C96

Text Example


Text Example

White with #045C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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