#014799

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

Shades of Cobalt #014799

Tints of Cobalt #014799

Color information

#014799 (or 0x014799) is unknown color: approx Cobalt. HEX triplet: 01, 47 and 99. RGB value is (1,71,153). Sum of RGB (Red+Green+Blue) = 1+71+153=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #014799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014799 is #FEB866. Grayscale: #3B3B3B. Windows color (decimal): -16693351 or 10045185. OLE color: 10045185.

HSL color Cylindrical-coordinate representation of color #014799: hue angle of 212.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014799 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB171153-
CMYK0.990.5400.4
HSL212.37º98.7%30.2%-
HSV(B)212.37º99.35%60%-
XYZ8.026.8131.03-
YUV59.42180.8186.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 153 (60.16% from 255) = 68%
R=0.44%
G=31.56%
B=68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1711530.990.5400.4212.3798.730.2
Hex147996336028d4631e
Octal11072311436605032414336
Binary11000111100110011100011110110010100011010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014799; }

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

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

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

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

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

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

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

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