#010649

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

Shades of Sapphire #010649

Tints of Sapphire #010649

Color information

#010649 (or 0x010649) is unknown color: approx Sapphire. HEX triplet: 01, 06 and 49. RGB value is (1,6,73). Sum of RGB (Red+Green+Blue) = 1+6+73=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 73 (28.91% from 255 or 91.25% from 80); Max value from RGB is 73 - color contains mainly: blue. Hex color #010649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010649 is #FEF9B6. Grayscale: #0B0B0B. Windows color (decimal): -16710071 or 4785665. OLE color: 4785665.

HSL color Cylindrical-coordinate representation of color #010649: hue angle of 235.83º 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 #010649 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB1673-
CMYK0.990.9200.71
HSL235.83º97.3%14.51%-
HSV(B)235.83º98.63%28.63%-
XYZ1.280.626.36-
YUV12.14162.34120.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 73 (28.91% from 255) = 91.25%
R=1.25%
G=7.5%
B=91.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal16730.990.9200.71235.8397.314.51
Hex1649635C047ec61f
Octal16111143134010735414117
Binary1110100100111000111011100010001111110110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010649; }

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

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

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

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

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

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

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

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