#014EA5

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

Shades of Cobalt #014EA5

Tints of Cobalt #014EA5

Color information

#014EA5 (or 0x014EA5) is unknown color: approx Cobalt. HEX triplet: 01, 4E and A5. RGB value is (1,78,165). Sum of RGB (Red+Green+Blue) = 1+78+165=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 165 (64.84% from 255 or 67.62% from 244); Max value from RGB is 165 - color contains mainly: blue. Hex color #014EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014EA5 is #FEB15A. Grayscale: #404040. Windows color (decimal): -16691547 or 10833409. OLE color: 10833409.

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

Color convert

RGB178165-
CMYK0.990.5300.35
HSL211.83º98.8%32.55%-
HSV(B)211.83º99.39%64.71%-
XYZ9.538.1736.67-
YUV64.9184.4982.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 165 (64.84% from 255) = 67.62%
R=0.41%
G=31.97%
B=67.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1781650.990.5300.35211.8398.832.55
Hex14EA56335023d46321
Octal11162451436504332414341
Binary110011101010010111000111101010100011110101001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,78,165); }

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

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

 a { background-color: rgb(1,78,165); }

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

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

 span { border-color: rgb(1,78,165); }

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