Html Css Color HEX #005796 Cobalt

📋 copy color: '#005796'

red 0 ◦ green 87 ◦ blue 150

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

Shades of Cobalt #005796

Tints of Cobalt #005796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.71%

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

R = 0%
G = 36.71%
B = 63.29%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#005796 (or 0x005796) is known color: Cobalt. HEX triplet: 00, 57 and 96. RGB value is (0,87,150). Sum of RGB (Red+Green+Blue) = 0+87+150=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #005796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005796 is #FFA869. Grayscale: #434343. Windows color (decimal): -16754794 or 9852672. OLE color: 9852672.

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

Color convert

RGB 0 87 150 -
CMYK 1 0.42 0 0.41
HSL 205.2º 1% 0.29% -
HSV(B) 205.2º 1% 0.59% -
XYZ 8.91 9.02 30.13 -
YUV 68.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 0 87 150 1 0.42 0 0.41 205.2 1 0.29
Hex 0 57 96 64 2A 0 29 CD 64 1D
Octal 0 127 226 144 52 0 51 315 144 35
Binary 0 1010111 10010110 1100100 101010 0 101001 11001101 1100100 11101

Color Harmonies of #005796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005796

Black with #005796

Text Example


Text Example

White with #005796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005796; }

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

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

background-color css

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

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

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

border-color css

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

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

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