Html Css Color HEX #005596 Cobalt

📋 copy color: '#005596'

red 0 ◦ green 85 ◦ blue 150

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

Shades of Cobalt #005596

Tints of Cobalt #005596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

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

R = 0%
G = 36.17%
B = 63.83%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#005596 (or 0x005596) is known color: Cobalt. HEX triplet: 00, 55 and 96. RGB value is (0,85,150). Sum of RGB (Red+Green+Blue) = 0+85+150=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #005596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005596 is #FFAA69. Grayscale: #424242. Windows color (decimal): -16755306 or 9852160. OLE color: 9852160.

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

Color convert

RGB 0 85 150 -
CMYK 1 0.43 0 0.41
HSL 206º 1% 0.29% -
HSV(B) 206º 1% 0.59% -
XYZ 8.75 8.7 30.07 -
YUV 67 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 0 85 150 1 0.43 0 0.41 206 1 0.29
Hex 0 55 96 64 2B 0 29 CE 64 1D
Octal 0 125 226 144 53 0 51 316 144 35
Binary 0 1010101 10010110 1100100 101011 0 101001 11001110 1100100 11101

Color Harmonies of #005596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005596

Black with #005596

Text Example


Text Example

White with #005596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005596; }

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

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

background-color css

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

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

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

border-color css

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

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

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