#010849

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

Shades of Sapphire #010849

Tints of Sapphire #010849

Color information

#010849 (or 0x010849) is unknown color: approx Sapphire. HEX triplet: 01, 08 and 49. RGB value is (1,8,73). Sum of RGB (Red+Green+Blue) = 1+8+73=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 73 (28.91% from 255 or 89.02% from 82); Max value from RGB is 73 - color contains mainly: blue. Hex color #010849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010849 is #FEF7B6. Grayscale: #0D0D0D. Windows color (decimal): -16709559 or 4786177. OLE color: 4786177.

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

Color convert

RGB1873-
CMYK0.990.8900.71
HSL234.17º97.3%14.51%-
HSV(B)234.17º98.63%28.63%-
XYZ1.30.666.36-
YUV13.32161.68119.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 73 (28.91% from 255) = 89.02%
R=1.22%
G=9.76%
B=89.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal18730.990.8900.71234.1797.314.51
Hex18496359047ea61f
Octal110111143131010735214117
Binary11000100100111000111011001010001111110101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010849; }

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

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

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

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

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

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

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

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