#020951

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

Shades of Sapphire #020951

Tints of Sapphire #020951

Color information

#020951 (or 0x020951) is unknown color: approx Sapphire. HEX triplet: 02, 09 and 51. RGB value is (2,9,81). Sum of RGB (Red+Green+Blue) = 2+9+81=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 81 (32.03% from 255 or 88.04% from 92); Max value from RGB is 81 - color contains mainly: blue. Hex color #020951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020951 is #FDF6AE. Grayscale: #0E0E0E. Windows color (decimal): -16643759 or 5310722. OLE color: 5310722.

HSL color Cylindrical-coordinate representation of color #020951: hue angle of 234.68º 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 #020951 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB2981-
CMYK0.980.8900.68
HSL234.68º95.18%16.27%-
HSV(B)234.68º97.53%31.76%-
XYZ1.610.87.85-
YUV15.11165.18118.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 81 (32.03% from 255) = 88.04%
R=2.17%
G=9.78%
B=88.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal29810.980.8900.68234.6895.1816.27
Hex29516259044eb5f10
Octal211121142131010435313720
Binary1010011010001110001010110010100010011101011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020951; }

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

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

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

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

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

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

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

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