#09186E

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

Shades of Sapphire #09186E

Tints of Sapphire #09186E

Color information

#09186E (or 0x09186E) is unknown color: approx Sapphire. HEX triplet: 09, 18 and 6E. RGB value is (9,24,110). Sum of RGB (Red+Green+Blue) = 9+24+110=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 110 (43.36% from 255 or 76.92% from 143); Max value from RGB is 110 - color contains mainly: blue. Hex color #09186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09186E is #F6E791. Grayscale: #1C1C1C. Windows color (decimal): -16181138 or 7215113. OLE color: 7215113.

HSL color Cylindrical-coordinate representation of color #09186E: hue angle of 231.09º 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 #09186E is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB924110-
CMYK0.920.7800.57
HSL231.09º84.87%23.33%-
HSV(B)231.09º91.82%43.14%-
XYZ3.251.8414.93-
YUV29.32173.53113.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 110 (43.36% from 255) = 76.92%
R=6.29%
G=16.78%
B=76.92%

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
Decimal9241100.920.7800.57231.0984.8723.33
Hex9186E5C4E039e75517
Octal113015613411607134712527
Binary100111000110111010111001001110011100111100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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