#091360

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

Shades of Sapphire #091360

Tints of Sapphire #091360

Color information

#091360 (or 0x091360) is unknown color: approx Sapphire. HEX triplet: 09, 13 and 60. RGB value is (9,19,96). Sum of RGB (Red+Green+Blue) = 9+19+96=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #091360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091360 is #F6EC9F. Grayscale: #181818. Windows color (decimal): -16182432 or 6296329. OLE color: 6296329.

HSL color Cylindrical-coordinate representation of color #091360: hue angle of 233.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091360 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB91996-
CMYK0.910.8000.62
HSL233.1º82.86%20.59%-
HSV(B)233.1º90.62%37.65%-
XYZ2.461.3711.2-
YUV24.79168.19116.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 96 (37.89% from 255) = 77.42%
R=7.26%
G=15.32%
B=77.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal919960.910.8000.62233.182.8620.59
Hex913605B5003Ee95315
Octal112314013312007635112325
Binary100110011110000010110111010000011111011101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091360; }

 p { color: rgb(9,19,96); }

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

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

 a { background-color: rgb(9,19,96); }

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

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

 span { border-color: rgb(9,19,96); }

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