#012049

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

Shades of Sapphire #012049

Tints of Sapphire #012049

Color information

#012049 (or 0x012049) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 49. RGB value is (1,32,73). Sum of RGB (Red+Green+Blue) = 1+32+73=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #012049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012049 is #FEDFB6. Grayscale: #1B1B1B. Windows color (decimal): -16703415 or 4792321. OLE color: 4792321.

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

Color convert

RGB13273-
CMYK0.990.5600.71
HSL214.17º97.3%14.51%-
HSV(B)214.17º98.63%28.63%-
XYZ1.731.526.51-
YUV27.4153.73109.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 73 (28.91% from 255) = 68.87%
R=0.94%
G=30.19%
B=68.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal132730.990.5600.71214.1797.314.51
Hex120496338047d661f
Octal14011114370010732614117
Binary110000010010011100011111000010001111101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012049; }

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

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

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

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

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

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

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

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