#01489B

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

Shades of Cobalt #01489B

Tints of Cobalt #01489B

Color information

#01489B (or 0x01489B) is unknown color: approx Cobalt. HEX triplet: 01, 48 and 9B. RGB value is (1,72,155). Sum of RGB (Red+Green+Blue) = 1+72+155=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #01489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01489B is #FEB764. Grayscale: #3B3B3B. Windows color (decimal): -16693093 or 10176513. OLE color: 10176513.

HSL color Cylindrical-coordinate representation of color #01489B: hue angle of 212.34º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01489B is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB172155-
CMYK0.990.5400.39
HSL212.34º98.72%30.59%-
HSV(B)212.34º99.35%60.78%-
XYZ8.257.0131.93-
YUV60.23181.4885.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 155 (60.94% from 255) = 67.98%
R=0.44%
G=31.58%
B=67.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1721550.990.5400.39212.3498.7230.59
Hex1489B6336027d4631f
Octal11102331436604732414337
Binary11001000100110111100011110110010011111010100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01489B; }

 p { color: rgb(1,72,155); }

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

<style>
 a { background-color: #01489B; }

 a { background-color: rgb(1,72,155); }

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

<style>
 span { border-color: #01489B; }

 span { border-color: rgb(1,72,155); }

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