#09195B

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

Shades of Sapphire #09195B

Tints of Sapphire #09195B

Color information

#09195B (or 0x09195B) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 5B. RGB value is (9,25,91). Sum of RGB (Red+Green+Blue) = 9+25+91=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #09195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09195B is #F6E6A4. Grayscale: #1B1B1B. Windows color (decimal): -16180901 or 5970185. OLE color: 5970185.

HSL color Cylindrical-coordinate representation of color #09195B: hue angle of 228.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09195B is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB92591-
CMYK0.900.7300.64
HSL228.29º82%19.61%-
HSV(B)228.29º90.11%35.69%-
XYZ2.351.5110.06-
YUV27.74163.7114.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 91 (35.94% from 255) = 72.8%
R=7.2%
G=20%
B=72.8%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal925910.900.7300.64228.298219.61
Hex9195B5A49040e45214
Octal1131133132111010034412224
Binary1001110011011011101101010010010100000011100100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09195B; }

 p { color: rgb(9,25,91); }

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

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

 a { background-color: rgb(9,25,91); }

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

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

 span { border-color: rgb(9,25,91); }

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