#0146AB

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

Shades of Cobalt #0146AB

Tints of Cobalt #0146AB

Color information

#0146AB (or 0x0146AB) is unknown color: approx Cobalt. HEX triplet: 01, 46 and AB. RGB value is (1,70,171). Sum of RGB (Red+Green+Blue) = 1+70+171=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #0146AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0146AB is #FEB954. Grayscale: #3C3C3C. Windows color (decimal): -16693589 or 11224577. OLE color: 11224577.

HSL color Cylindrical-coordinate representation of color #0146AB: hue angle of 215.65º 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 #0146AB is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170171-
CMYK0.990.5900.33
HSL215.65º98.84%33.73%-
HSV(B)215.65º99.42%67.06%-
XYZ9.557.3339.44-
YUV60.88190.1485.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 171 (67.19% from 255) = 70.66%
R=0.41%
G=28.93%
B=70.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701710.990.5900.33215.6598.8433.73
Hex146AB633B021d86322
Octal11062531437304133014342
Binary110001101010101111000111110110100001110110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0146AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0146AB; }

 p { color: rgb(1,70,171); }

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

<style>
 a { background-color: #0146AB; }

 a { background-color: rgb(1,70,171); }

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

<style>
 span { border-color: #0146AB; }

 span { border-color: rgb(1,70,171); }

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