#091051

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

Shades of Sapphire #091051

Tints of Sapphire #091051

Color information

#091051 (or 0x091051) is unknown color: approx Sapphire. HEX triplet: 09, 10 and 51. RGB value is (9,16,81). Sum of RGB (Red+Green+Blue) = 9+16+81=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #091051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091051 is #F6EFAE. Grayscale: #151515. Windows color (decimal): -16183215 or 5312521. OLE color: 5312521.

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

Color convert

RGB91681-
CMYK0.890.8000.68
HSL234.17º80%17.65%-
HSV(B)234.17º88.89%31.76%-
XYZ1.781.027.89-
YUV21.32161.68119.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 81 (32.03% from 255) = 76.42%
R=8.49%
G=15.09%
B=76.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal916810.890.8000.68234.178017.65
Hex910515950044ea5012
Octal1120121131120010435212022
Binary1001100001010001101100110100000100010011101010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091051; }

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

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

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

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

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

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

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

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