#020853

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

Shades of Sapphire #020853

Tints of Sapphire #020853

Color information

#020853 (or 0x020853) is unknown color: approx Sapphire. HEX triplet: 02, 08 and 53. RGB value is (2,8,83). Sum of RGB (Red+Green+Blue) = 2+8+83=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 83 (32.81% from 255 or 89.25% from 93); Max value from RGB is 83 - color contains mainly: blue. Hex color #020853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020853 is #FDF7AC. Grayscale: #0E0E0E. Windows color (decimal): -16644013 or 5441538. OLE color: 5441538.

HSL color Cylindrical-coordinate representation of color #020853: hue angle of 235.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020853 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB2883-
CMYK0.980.9000.67
HSL235.56º95.29%16.67%-
HSV(B)235.56º97.59%32.55%-
XYZ1.670.818.25-
YUV14.76166.51118.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 83 (32.81% from 255) = 89.25%
R=2.15%
G=8.60%
B=89.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal28830.980.9000.67235.5695.2916.67
Hex2853625A043ec5f11
Octal210123142132010335413721
Binary1010001010011110001010110100100001111101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020853; }

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

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

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

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

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

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

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

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