#020849

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

Shades of Sapphire #020849

Tints of Sapphire #020849

Color information

#020849 (or 0x020849) is unknown color: approx Sapphire. HEX triplet: 02, 08 and 49. RGB value is (2,8,73). Sum of RGB (Red+Green+Blue) = 2+8+73=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 73 (28.91% from 255 or 87.95% from 83); Max value from RGB is 73 - color contains mainly: blue. Hex color #020849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020849 is #FDF7B6. Grayscale: #0D0D0D. Windows color (decimal): -16644023 or 4786178. OLE color: 4786178.

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

Color convert

RGB2873-
CMYK0.970.8900.71
HSL234.93º94.67%14.71%-
HSV(B)234.93º97.26%28.63%-
XYZ1.310.676.36-
YUV13.62161.51119.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 73 (28.91% from 255) = 87.95%
R=2.41%
G=9.64%
B=87.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal28730.970.8900.71234.9394.6714.71
Hex28496159047eb5ff
Octal210111141131010735313717
Binary101000100100111000011011001010001111110101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020849; }

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

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

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

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

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

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

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

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