#01459F

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

Shades of Cobalt #01459F

Tints of Cobalt #01459F

Color information

#01459F (or 0x01459F) is unknown color: approx Cobalt. HEX triplet: 01, 45 and 9F. RGB value is (1,69,159). Sum of RGB (Red+Green+Blue) = 1+69+159=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #01459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01459F is #FEBA60. Grayscale: #3A3A3A. Windows color (decimal): -16693857 or 10437889. OLE color: 10437889.

HSL color Cylindrical-coordinate representation of color #01459F: hue angle of 214.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01459F is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB169159-
CMYK0.990.5700.38
HSL214.18º98.75%31.37%-
HSV(B)214.18º99.37%62.35%-
XYZ8.46.7733.66-
YUV58.93184.4786.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 159 (62.5% from 255) = 69.43%
R=0.44%
G=30.13%
B=69.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1691590.990.5700.38214.1898.7531.37
Hex1459F6339026d6631f
Octal11052371437104632614337
Binary11000101100111111100011111001010011011010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01459F; }

 p { color: rgb(1,69,159); }

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

<style>
 a { background-color: #01459F; }

 a { background-color: rgb(1,69,159); }

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

<style>
 span { border-color: #01459F; }

 span { border-color: rgb(1,69,159); }

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