#014ABD

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

Shades of Cobalt #014ABD

Tints of Cobalt #014ABD

Color information

#014ABD (or 0x014ABD) is unknown color: approx Cobalt. HEX triplet: 01, 4A and BD. RGB value is (1,74,189). Sum of RGB (Red+Green+Blue) = 1+74+189=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #014ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ABD is #FEB542. Grayscale: #404040. Windows color (decimal): -16692547 or 12405249. OLE color: 12405249.

HSL color Cylindrical-coordinate representation of color #014ABD: hue angle of 216.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014ABD is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174189-
CMYK0.990.6100.26
HSL216.7º98.95%37.25%-
HSV(B)216.7º99.47%74.12%-
XYZ11.658.5849.19-
YUV65.28197.8282.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 189 (74.22% from 255) = 71.59%
R=0.38%
G=28.03%
B=71.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741890.990.6100.26216.798.9537.25
Hex14ABD633D01Ad96325
Octal11122751437503233114345
Binary11001010101111011100011111101011010110110011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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