#014FAA

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

Shades of Cobalt #014FAA

Tints of Cobalt #014FAA

Color information

#014FAA (or 0x014FAA) is unknown color: approx Cobalt. HEX triplet: 01, 4F and AA. RGB value is (1,79,170). Sum of RGB (Red+Green+Blue) = 1+79+170=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #014FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014FAA is #FEB055. Grayscale: #414141. Windows color (decimal): -16691286 or 11161345. OLE color: 11161345.

HSL color Cylindrical-coordinate representation of color #014FAA: hue angle of 212.31º 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 #014FAA is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB179170-
CMYK0.990.5400.33
HSL212.31º98.83%33.53%-
HSV(B)212.31º99.41%66.67%-
XYZ10.068.539.14-
YUV66.05186.6681.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.4%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 170 (66.80% from 255) = 68%
R=0.4%
G=31.6%
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.33
SystemRedGreenBlueCMYKHSL
Decimal1791700.990.5400.33212.3198.8333.53
Hex14FAA6336021d46322
Octal11172521436604132414342
Binary110011111010101011000111101100100001110101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,79,170); }

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

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

 a { background-color: rgb(1,79,170); }

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

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

 span { border-color: rgb(1,79,170); }

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