Html Css Color HEX #005A96 Cobalt

📋 copy color: '#005A96'

red 0 ◦ green 90 ◦ blue 150

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

Shades of Cobalt #005A96

Tints of Cobalt #005A96

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 37.5%

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

R = 0%
G = 37.5%
B = 62.5%

CMYK

 C value IS 1

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#005A96 (or 0x005A96) is known color: Cobalt. HEX triplet: 00, 5A and 96. RGB value is (0,90,150). Sum of RGB (Red+Green+Blue) = 0+90+150=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #005A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A96 is #FFA569. Grayscale: #454545. Windows color (decimal): -16754026 or 9853440. OLE color: 9853440.

HSL color Cylindrical-coordinate representation of color #005A96: hue angle of 204º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A96 is Cyan = 1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 90 150 -
CMYK 1 0.4 0 0.41
HSL 204º 1% 0.29% -
HSV(B) 204º 1% 0.59% -
XYZ 9.16 9.51 30.21 -
YUV 69.93 173.18 78.12 -
System Red Green Blue C M Y K H S L
Decimal 0 90 150 1 0.4 0 0.41 204 1 0.29
Hex 0 5A 96 64 28 0 29 CC 64 1D
Octal 0 132 226 144 50 0 51 314 144 35
Binary 0 1011010 10010110 1100100 101000 0 101001 11001100 1100100 11101

Color Harmonies of #005A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A96

Black with #005A96

Text Example


Text Example

White with #005A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005A96; }

 p { color: rgb(0,90,150); }

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

background-color css

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

 a { background-color: rgb(0,90,150); }

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

border-color css

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

 span { border-color: rgb(0,90,150); }

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