#014AAC

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

Shades of Cobalt #014AAC

Tints of Cobalt #014AAC

Color information

#014AAC (or 0x014AAC) is unknown color: approx Cobalt. HEX triplet: 01, 4A and AC. RGB value is (1,74,172). Sum of RGB (Red+Green+Blue) = 1+74+172=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #014AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AAC is #FEB553. Grayscale: #3E3E3E. Windows color (decimal): -16692564 or 11291137. OLE color: 11291137.

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

Color convert

RGB174172-
CMYK0.990.5700.33
HSL214.39º98.84%33.92%-
HSV(B)214.39º99.42%67.45%-
XYZ9.917.8840.03-
YUV63.34189.3283.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 172 (67.58% from 255) = 69.64%
R=0.40%
G=29.96%
B=69.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1741720.990.5700.33214.3998.8433.92
Hex14AAC6339021d66322
Octal11122541437104132614342
Binary110010101010110011000111110010100001110101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,74,172); }

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

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

 a { background-color: rgb(1,74,172); }

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

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

 span { border-color: rgb(1,74,172); }

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