Html Css Color HEX #015596 Cobalt

📋 copy color: '#015596'

red 1 ◦ green 85 ◦ blue 150

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

Shades of Cobalt #015596

Tints of Cobalt #015596

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

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

R = 0.42%
G = 36.02%
B = 63.56%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#015596 (or 0x015596) is known color: Cobalt. HEX triplet: 01, 55 and 96. RGB value is (1,85,150). Sum of RGB (Red+Green+Blue) = 1+85+150=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #015596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015596 is #FEAA69. Grayscale: #424242. Windows color (decimal): -16689770 or 9852161. OLE color: 9852161.

HSL color Cylindrical-coordinate representation of color #015596: hue angle of 206.17º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015596 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 85 150 -
CMYK 0.99 0.43 0 0.41
HSL 206.17º 0.99% 0.3% -
HSV(B) 206.17º 0.99% 0.59% -
XYZ 8.77 8.71 30.07 -
YUV 67.29 174.67 80.71 -
System Red Green Blue C M Y K H S L
Decimal 1 85 150 0.99 0.43 0 0.41 206.17 0.99 0.3
Hex 1 55 96 63 2B 0 29 CE 63 1E
Octal 1 125 226 143 53 0 51 316 143 36
Binary 1 1010101 10010110 1100011 101011 0 101001 11001110 1100011 11110

Color Harmonies of #015596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015596

Black with #015596

Text Example


Text Example

White with #015596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015596; }

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

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

background-color css

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

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

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

border-color css

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

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

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