#0143AA

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

Shades of Cobalt #0143AA

Tints of Cobalt #0143AA

Color information

#0143AA (or 0x0143AA) is unknown color: approx Cobalt. HEX triplet: 01, 43 and AA. RGB value is (1,67,170). Sum of RGB (Red+Green+Blue) = 1+67+170=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #0143AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0143AA is #FEBC55. Grayscale: #3A3A3A. Windows color (decimal): -16694358 or 11158273. OLE color: 11158273.

HSL color Cylindrical-coordinate representation of color #0143AA: hue angle of 216.57º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0143AA is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167170-
CMYK0.990.6100.33
HSL216.57º98.83%33.53%-
HSV(B)216.57º99.41%66.67%-
XYZ9.286.9238.88-
YUV59.01190.6386.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 170 (66.80% from 255) = 71.43%
R=0.42%
G=28.15%
B=71.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671700.990.6100.33216.5798.8333.53
Hex143AA633D021d96322
Octal11032521437504133114342
Binary110000111010101011000111111010100001110110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0143AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0143AA; }

 p { color: rgb(1,67,170); }

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

<style>
 a { background-color: #0143AA; }

 a { background-color: rgb(1,67,170); }

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

<style>
 span { border-color: #0143AA; }

 span { border-color: rgb(1,67,170); }

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