#014EB5

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

Shades of Cobalt #014EB5

Tints of Cobalt #014EB5

Color information

#014EB5 (or 0x014EB5) is unknown color: approx Cobalt. HEX triplet: 01, 4E and B5. RGB value is (1,78,181). Sum of RGB (Red+Green+Blue) = 1+78+181=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 181 (71.09% from 255 or 69.62% from 260); Max value from RGB is 181 - color contains mainly: blue. Hex color #014EB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EB5 is #FEB14A. Grayscale: #424242. Windows color (decimal): -16691531 or 11881985. OLE color: 11881985.

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

Color convert

RGB178181-
CMYK0.990.5700.29
HSL214.33º98.9%35.69%-
HSV(B)214.33º99.45%70.98%-
XYZ11.088.7944.83-
YUV66.72192.4981.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 181 (71.09% from 255) = 69.62%
R=0.38%
G=30%
B=69.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781810.990.5700.29214.3398.935.69
Hex14EB5633901Dd66324
Octal11162651437103532614344
Binary11001110101101011100011111001011101110101101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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