#002049

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

Shades of Sapphire #002049

Tints of Sapphire #002049

Color information

#002049 (or 0x002049) is unknown color: approx Sapphire. HEX triplet: 00, 20 and 49. RGB value is (0,32,73). Sum of RGB (Red+Green+Blue) = 0+32+73=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #002049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002049 is #FFDFB6. Grayscale: #1A1A1A. Windows color (decimal): -16768951 or 4792320. OLE color: 4792320.

HSL color Cylindrical-coordinate representation of color #002049: hue angle of 213.7º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002049 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB03273-
CMYK10.5600.71
HSL213.7º100%14.31%-
HSV(B)213.7º100%28.63%-
XYZ1.721.516.5-
YUV27.11153.9108.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 73 (28.91% from 255) = 69.52%
R=0%
G=30.48%
B=69.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0327310.5600.71213.710014.31
Hex020496438047d664e
Octal04011114470010732614416
Binary010000010010011100100111000010001111101011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002049; }

 p { color: rgb(0,32,73); }

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

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

 a { background-color: rgb(0,32,73); }

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

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

 span { border-color: rgb(0,32,73); }

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