#09186D

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

Shades of Sapphire #09186D

Tints of Sapphire #09186D

Color information

#09186D (or 0x09186D) is unknown color: approx Sapphire. HEX triplet: 09, 18 and 6D. RGB value is (9,24,109). Sum of RGB (Red+Green+Blue) = 9+24+109=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #09186D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09186D is #F6E792. Grayscale: #1C1C1C. Windows color (decimal): -16181139 or 7149577. OLE color: 7149577.

HSL color Cylindrical-coordinate representation of color #09186D: hue angle of 231º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09186D is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB924109-
CMYK0.920.7800.57
HSL231º84.75%23.14%-
HSV(B)231º91.74%42.75%-
XYZ3.21.8214.65-
YUV29.2173.03113.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 109 (42.97% from 255) = 76.76%
R=6.34%
G=16.90%
B=76.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9241090.920.7800.5723184.7523.14
Hex9186D5C4E039e75517
Octal113015513411607134712527
Binary100111000110110110111001001110011100111100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09186D; }

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

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

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

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

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

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

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

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