#014EC1

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

Shades of Cobalt #014EC1

Tints of Cobalt #014EC1

Color information

#014EC1 (or 0x014EC1) is unknown color: approx Cobalt. HEX triplet: 01, 4E and C1. RGB value is (1,78,193). Sum of RGB (Red+Green+Blue) = 1+78+193=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #014EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EC1 is #FEB13E. Grayscale: #434343. Windows color (decimal): -16691519 or 12668417. OLE color: 12668417.

HSL color Cylindrical-coordinate representation of color #014EC1: hue angle of 215.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014EC1 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178193-
CMYK0.990.6000.24
HSL215.94º98.97%38.04%-
HSV(B)215.94º99.48%75.69%-
XYZ12.369.3151.6-
YUV68.09198.4980.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 193 (75.78% from 255) = 70.96%
R=0.37%
G=28.68%
B=70.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781930.990.6000.24215.9498.9738.04
Hex14EC1633C018d86326
Octal11163011437403033014346
Binary11001110110000011100011111100011000110110001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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