#09135A

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

Shades of Sapphire #09135A

Tints of Sapphire #09135A

Color information

#09135A (or 0x09135A) is unknown color: approx Sapphire. HEX triplet: 09, 13 and 5A. RGB value is (9,19,90). Sum of RGB (Red+Green+Blue) = 9+19+90=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #09135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09135A is #F6ECA5. Grayscale: #171717. Windows color (decimal): -16182438 or 5903113. OLE color: 5903113.

HSL color Cylindrical-coordinate representation of color #09135A: hue angle of 232.59º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09135A is Cyan = 0.9, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB91990-
CMYK0.90.7900.65
HSL232.59º81.82%19.41%-
HSV(B)232.59º90%35.29%-
XYZ2.191.269.8-
YUV24.1165.19117.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 90 (35.55% from 255) = 76.27%
R=7.63%
G=16.10%
B=76.27%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal919900.90.7900.65232.5981.8219.41
Hex9135A5A4F041e95213
Octal1123132132117010135112223
Binary1001100111011010101101010011110100000111101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09135A; }

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

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

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

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

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

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

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

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