#014CAE

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

Shades of Cobalt #014CAE

Tints of Cobalt #014CAE

Color information

#014CAE (or 0x014CAE) is unknown color: approx Cobalt. HEX triplet: 01, 4C and AE. RGB value is (1,76,174). Sum of RGB (Red+Green+Blue) = 1+76+174=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #014CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014CAE is #FEB351. Grayscale: #404040. Windows color (decimal): -16692050 or 11422721. OLE color: 11422721.

HSL color Cylindrical-coordinate representation of color #014CAE: hue angle of 213.99º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014CAE is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB176174-
CMYK0.990.5600.32
HSL213.99º98.86%34.31%-
HSV(B)213.99º99.43%68.24%-
XYZ10.248.2341.09-
YUV64.75189.6582.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=0.40%
G=30.28%
B=69.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1761740.990.5600.32213.9998.8634.31
Hex14CAE6338020d66322
Octal11142561437004032614342
Binary110011001010111011000111110000100000110101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014CAE; }

 p { color: rgb(1,76,174); }

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

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

 a { background-color: rgb(1,76,174); }

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

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

 span { border-color: rgb(1,76,174); }

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