#010951

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

Shades of Sapphire #010951

Tints of Sapphire #010951

Color information

#010951 (or 0x010951) is unknown color: approx Sapphire. HEX triplet: 01, 09 and 51. RGB value is (1,9,81). Sum of RGB (Red+Green+Blue) = 1+9+81=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 9 (3.91% from 255 or 9.89% 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 #010951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010951 is #FEF6AE. Grayscale: #0E0E0E. Windows color (decimal): -16709295 or 5310721. OLE color: 5310721.

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

Color convert

RGB1981-
CMYK0.990.8900.68
HSL234º97.56%16.08%-
HSV(B)234º98.77%31.76%-
XYZ1.60.87.85-
YUV14.82165.35118.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 81 (32.03% from 255) = 89.01%
R=1.10%
G=9.89%
B=89.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal19810.990.8900.6823497.5616.08
Hex19516359044ea6210
Octal111121143131010435214220
Binary110011010001110001110110010100010011101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010951; }

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

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

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

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

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

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

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

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