#09185A

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

Shades of Sapphire #09185A

Tints of Sapphire #09185A

Color information

#09185A (or 0x09185A) is unknown color: approx Sapphire. HEX triplet: 09, 18 and 5A. RGB value is (9,24,90). Sum of RGB (Red+Green+Blue) = 9+24+90=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #09185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09185A is #F6E7A5. Grayscale: #1A1A1A. Windows color (decimal): -16181158 or 5904393. OLE color: 5904393.

HSL color Cylindrical-coordinate representation of color #09185A: hue angle of 228.89º 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 #09185A is Cyan = 0.9, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB92490-
CMYK0.90.7300.65
HSL228.89º81.82%19.41%-
HSV(B)228.89º90%35.29%-
XYZ2.281.459.83-
YUV27.04163.53115.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 90 (35.55% from 255) = 73.17%
R=7.32%
G=19.51%
B=73.17%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal924900.90.7300.65228.8981.8219.41
Hex9185A5A49041e55213
Octal1130132132111010134512223
Binary1001110001011010101101010010010100000111100101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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