#020851

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

Shades of Sapphire #020851

Tints of Sapphire #020851

Color information

#020851 (or 0x020851) is unknown color: approx Sapphire. HEX triplet: 02, 08 and 51. RGB value is (2,8,81). Sum of RGB (Red+Green+Blue) = 2+8+81=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 81 (32.03% from 255 or 89.01% from 91); Max value from RGB is 81 - color contains mainly: blue. Hex color #020851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020851 is #FDF7AE. Grayscale: #0E0E0E. Windows color (decimal): -16644015 or 5310466. OLE color: 5310466.

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

Color convert

RGB2881-
CMYK0.980.9000.68
HSL235.44º95.18%16.27%-
HSV(B)235.44º97.53%31.76%-
XYZ1.60.787.85-
YUV14.53165.51119.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 81 (32.03% from 255) = 89.01%
R=2.20%
G=8.79%
B=89.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal28810.980.9000.68235.4495.1816.27
Hex2851625A044eb5f10
Octal210121142132010435313720
Binary1010001010001110001010110100100010011101011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020851; }

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

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

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

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

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

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

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

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