#09186C

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

Shades of Sapphire #09186C

Tints of Sapphire #09186C

Color information

#09186C (or 0x09186C) is unknown color: approx Sapphire. HEX triplet: 09, 18 and 6C. RGB value is (9,24,108). Sum of RGB (Red+Green+Blue) = 9+24+108=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #09186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09186C is #F6E793. Grayscale: #1C1C1C. Windows color (decimal): -16181140 or 7084041. OLE color: 7084041.

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

Color convert

RGB924108-
CMYK0.920.7800.58
HSL230.91º84.62%22.94%-
HSV(B)230.91º91.67%42.35%-
XYZ3.151.7914.37-
YUV29.09172.53113.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 108 (42.58% from 255) = 76.60%
R=6.38%
G=17.02%
B=76.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9241080.920.7800.58230.9184.6222.94
Hex9186C5C4E03Ae75517
Octal113015413411607234712527
Binary100111000110110010111001001110011101011100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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