#01449E

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

Shades of Cobalt #01449E

Tints of Cobalt #01449E

Color information

#01449E (or 0x01449E) is unknown color: approx Cobalt. HEX triplet: 01, 44 and 9E. RGB value is (1,68,158). Sum of RGB (Red+Green+Blue) = 1+68+158=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #01449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01449E is #FEBB61. Grayscale: #393939. Windows color (decimal): -16694114 or 10372097. OLE color: 10372097.

HSL color Cylindrical-coordinate representation of color #01449E: hue angle of 214.39º 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 #01449E is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB168158-
CMYK0.990.5700.38
HSL214.39º98.74%31.18%-
HSV(B)214.39º99.37%61.96%-
XYZ8.256.6133.19-
YUV58.23184.387.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=0.44%
G=29.96%
B=69.60%

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
Decimal1681580.990.5700.38214.3998.7431.18
Hex1449E6339026d6631f
Octal11042361437104632614337
Binary11000100100111101100011111001010011011010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01449E; }

 p { color: rgb(1,68,158); }

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

<style>
 a { background-color: #01449E; }

 a { background-color: rgb(1,68,158); }

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

<style>
 span { border-color: #01449E; }

 span { border-color: rgb(1,68,158); }

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