#014AAD

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

Shades of Cobalt #014AAD

Tints of Cobalt #014AAD

Color information

#014AAD (or 0x014AAD) is unknown color: approx Cobalt. HEX triplet: 01, 4A and AD. RGB value is (1,74,173). Sum of RGB (Red+Green+Blue) = 1+74+173=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #014AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AAD is #FEB552. Grayscale: #3E3E3E. Windows color (decimal): -16692563 or 11356673. OLE color: 11356673.

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

Color convert

RGB174173-
CMYK0.990.5700.32
HSL214.53º98.85%34.12%-
HSV(B)214.53º99.42%67.84%-
XYZ107.9240.54-
YUV63.46189.8283.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 173 (67.97% from 255) = 69.76%
R=0.40%
G=29.84%
B=69.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741730.990.5700.32214.5398.8534.12
Hex14AAD6339020d76322
Octal11122551437104032714342
Binary110010101010110111000111110010100000110101111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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