#014796

Color #014796 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #014796

Tints of Cobalt #014796

Color information

#014796 (or 0x014796) is unknown color: approx Cobalt. HEX triplet: 01, 47 and 96. RGB value is (1,71,150). Sum of RGB (Red+Green+Blue) = 1+71+150=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #014796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014796 is #FEB869. Grayscale: #3A3A3A. Windows color (decimal): -16693354 or 9848577. OLE color: 9848577.

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

Color convert

RGB171150-
CMYK0.990.5300.41
HSL211.81º98.68%29.61%-
HSV(B)211.81º99.33%58.82%-
XYZ7.776.7129.74-
YUV59.08179.3186.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 150 (58.98% from 255) = 67.57%
R=0.45%
G=31.98%
B=67.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1711500.990.5300.41211.8198.6829.61
Hex147966335029d4631e
Octal11072261436505132414336
Binary11000111100101101100011110101010100111010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014796; }

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

 H1.HeaderClassName
 {
   color: #014796;
 }
 .AnyTagClassName
 {
   color: #014796;
 }
</style>
background-color css

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

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

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

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

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

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