#01449C

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

Shades of Cobalt #01449C

Tints of Cobalt #01449C

Color information

#01449C (or 0x01449C) is unknown color: approx Cobalt. HEX triplet: 01, 44 and 9C. RGB value is (1,68,156). Sum of RGB (Red+Green+Blue) = 1+68+156=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #01449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01449C is #FEBB63. Grayscale: #393939. Windows color (decimal): -16694116 or 10241025. OLE color: 10241025.

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

Color convert

RGB168156-
CMYK0.990.5600.39
HSL214.06º98.73%30.78%-
HSV(B)214.06º99.36%61.18%-
XYZ8.086.5432.29-
YUV58183.387.34-

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) = 30.22%
BLUE value IS 156 (61.33% from 255) = 69.33%
R=0.44%
G=30.22%
B=69.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1681560.990.5600.39214.0698.7330.78
Hex1449C6338027d6631f
Octal11042341437004732614337
Binary11000100100111001100011111000010011111010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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