#00449F

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

Shades of Cobalt #00449F

Tints of Cobalt #00449F

Color information

#00449F (or 0x00449F) is unknown color: approx Cobalt. HEX triplet: 00, 44 and 9F. RGB value is (0,68,159). Sum of RGB (Red+Green+Blue) = 0+68+159=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #00449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00449F is #FFBB60. Grayscale: #393939. Windows color (decimal): -16759649 or 10437632. OLE color: 10437632.

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

Color convert

RGB068159-
CMYK10.5700.38
HSL214.34º100%31.18%-
HSV(B)214.34º100%62.35%-
XYZ8.336.6433.64-
YUV58.04184.9786.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 159 (62.5% from 255) = 70.04%
R=0%
G=29.96%
B=70.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal06815910.5700.38214.3410031.18
Hex0449F6439026d6641f
Octal01042371447104632614437
Binary01000100100111111100100111001010011011010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,68,159); }

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

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

 a { background-color: rgb(0,68,159); }

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

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

 span { border-color: rgb(0,68,159); }

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