Html Css Color HEX #015196 Cobalt

📋 copy color: '#015196'

red 1 ◦ green 81 ◦ blue 150

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

Shades of Cobalt #015196

Tints of Cobalt #015196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

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

R = 0.43%
G = 34.91%
B = 64.66%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#015196 (or 0x015196) is known color: Cobalt. HEX triplet: 01, 51 and 96. RGB value is (1,81,150). Sum of RGB (Red+Green+Blue) = 1+81+150=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #015196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015196 is #FEAE69. Grayscale: #404040. Windows color (decimal): -16690794 or 9851137. OLE color: 9851137.

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

Color convert

RGB 1 81 150 -
CMYK 0.99 0.46 0 0.41
HSL 207.79º 0.99% 0.3% -
HSV(B) 207.79º 0.99% 0.59% -
XYZ 8.46 8.09 29.97 -
YUV 64.95 176 82.39 -
System Red Green Blue C M Y K H S L
Decimal 1 81 150 0.99 0.46 0 0.41 207.79 0.99 0.3
Hex 1 51 96 63 2E 0 29 D0 63 1E
Octal 1 121 226 143 56 0 51 320 143 36
Binary 1 1010001 10010110 1100011 101110 0 101001 11010000 1100011 11110

Color Harmonies of #015196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015196

Black with #015196

Text Example


Text Example

White with #015196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015196; }

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

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

background-color css

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

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

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

border-color css

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

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

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