Html Css Color HEX #015896 Cobalt

📋 copy color: '#015896'

red 1 ◦ green 88 ◦ blue 150

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

Shades of Cobalt #015896

Tints of Cobalt #015896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.82%

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

R = 0.42%
G = 36.82%
B = 62.76%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#015896 (or 0x015896) is known color: Cobalt. HEX triplet: 01, 58 and 96. RGB value is (1,88,150). Sum of RGB (Red+Green+Blue) = 1+88+150=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #015896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015896 is #FEA769. Grayscale: #444444. Windows color (decimal): -16689002 or 9852929. OLE color: 9852929.

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

Color convert

RGB 1 88 150 -
CMYK 0.99 0.41 0 0.41
HSL 204.97º 0.99% 0.3% -
HSV(B) 204.97º 0.99% 0.59% -
XYZ 9.01 9.19 30.15 -
YUV 69.06 173.68 79.46 -
System Red Green Blue C M Y K H S L
Decimal 1 88 150 0.99 0.41 0 0.41 204.97 0.99 0.3
Hex 1 58 96 63 29 0 29 CD 63 1E
Octal 1 130 226 143 51 0 51 315 143 36
Binary 1 1011000 10010110 1100011 101001 0 101001 11001101 1100011 11110

Color Harmonies of #015896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015896

Black with #015896

Text Example


Text Example

White with #015896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015896; }

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

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

background-color css

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

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

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

border-color css

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

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

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