#014797

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

Shades of Cobalt #014797

Tints of Cobalt #014797

Color information

#014797 (or 0x014797) is unknown color: approx Cobalt. HEX triplet: 01, 47 and 97. RGB value is (1,71,151). Sum of RGB (Red+Green+Blue) = 1+71+151=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #014797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014797 is #FEB868. Grayscale: #3A3A3A. Windows color (decimal): -16693353 or 9914113. OLE color: 9914113.

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

Color convert

RGB171151-
CMYK0.990.5300.41
HSL212º98.68%29.8%-
HSV(B)212º99.34%59.22%-
XYZ7.856.7530.17-
YUV59.19179.8186.5-

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.84%
BLUE value IS 151 (59.38% from 255) = 67.71%
R=0.45%
G=31.84%
B=67.71%

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
Decimal1711510.990.5300.4121298.6829.8
Hex147976335029d4631e
Octal11072271436505132414336
Binary11000111100101111100011110101010100111010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014797; }

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

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

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

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

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

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

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

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