#014897

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

Shades of Cobalt #014897

Tints of Cobalt #014897

Color information

#014897 (or 0x014897) is unknown color: approx Cobalt. HEX triplet: 01, 48 and 97. RGB value is (1,72,151). Sum of RGB (Red+Green+Blue) = 1+72+151=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #014897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014897 is #FEB768. Grayscale: #3B3B3B. Windows color (decimal): -16693097 or 9914369. OLE color: 9914369.

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

Color convert

RGB172151-
CMYK0.990.5200.41
HSL211.6º98.68%29.8%-
HSV(B)211.6º99.34%59.22%-
XYZ7.926.8830.19-
YUV59.78179.4886.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 151 (59.38% from 255) = 67.41%
R=0.45%
G=32.14%
B=67.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1721510.990.5200.41211.698.6829.8
Hex148976334029d4631e
Octal11102271436405132414336
Binary11001000100101111100011110100010100111010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014897; }

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

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

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

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

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

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

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

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