#091650

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

Shades of Sapphire #091650

Tints of Sapphire #091650

Color information

#091650 (or 0x091650) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 50. RGB value is (9,22,80). Sum of RGB (Red+Green+Blue) = 9+22+80=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 80 (31.64% from 255 or 72.07% from 111); Max value from RGB is 80 - color contains mainly: blue. Hex color #091650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091650 is #F6E9AF. Grayscale: #181818. Windows color (decimal): -16181680 or 5248521. OLE color: 5248521.

HSL color Cylindrical-coordinate representation of color #091650: hue angle of 229.01º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091650 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB92280-
CMYK0.890.7200.69
HSL229.01º79.78%17.45%-
HSV(B)229.01º88.75%31.37%-
XYZ1.851.217.73-
YUV24.72159.19116.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 80 (31.64% from 255) = 72.07%
R=8.11%
G=19.82%
B=72.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal922800.890.7200.69229.0179.7817.45
Hex916505948045e55011
Octal1126120131110010534512021
Binary1001101101010000101100110010000100010111100101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091650; }

 p { color: rgb(9,22,80); }

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

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

 a { background-color: rgb(9,22,80); }

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

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

 span { border-color: rgb(9,22,80); }

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