#0142AE

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

Shades of Cobalt #0142AE

Tints of Cobalt #0142AE

Color information

#0142AE (or 0x0142AE) is unknown color: approx Cobalt. HEX triplet: 01, 42 and AE. RGB value is (1,66,174). Sum of RGB (Red+Green+Blue) = 1+66+174=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #0142AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0142AE is #FEBD51. Grayscale: #3A3A3A. Windows color (decimal): -16694610 or 11420161. OLE color: 11420161.

HSL color Cylindrical-coordinate representation of color #0142AE: hue angle of 217.46º 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 #0142AE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166174-
CMYK0.990.6200.32
HSL217.46º98.86%34.31%-
HSV(B)217.46º99.43%68.24%-
XYZ9.66.9640.88-
YUV58.88192.9786.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 174 (68.36% from 255) = 72.20%
R=0.41%
G=27.39%
B=72.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661740.990.6200.32217.4698.8634.31
Hex142AE633E020d96322
Octal11022561437604033114342
Binary110000101010111011000111111100100000110110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0142AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0142AE; }

 p { color: rgb(1,66,174); }

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

<style>
 a { background-color: #0142AE; }

 a { background-color: rgb(1,66,174); }

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

<style>
 span { border-color: #0142AE; }

 span { border-color: rgb(1,66,174); }

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