#091863

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

Shades of Sapphire #091863

Tints of Sapphire #091863

Color information

#091863 (or 0x091863) is unknown color: approx Sapphire. HEX triplet: 09, 18 and 63. RGB value is (9,24,99). Sum of RGB (Red+Green+Blue) = 9+24+99=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #091863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091863 is #F6E79C. Grayscale: #1B1B1B. Windows color (decimal): -16181149 or 6494217. OLE color: 6494217.

HSL color Cylindrical-coordinate representation of color #091863: hue angle of 230º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091863 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB92499-
CMYK0.910.7600.61
HSL230º83.33%21.18%-
HSV(B)230º90.91%38.82%-
XYZ2.691.6111.97-
YUV28.06168.03114.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 99 (39.06% from 255) = 75%
R=6.82%
G=18.18%
B=75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal924990.910.7600.6123083.3321.18
Hex918635B4C03De65315
Octal113014313311407534612325
Binary100111000110001110110111001100011110111100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091863; }

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

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

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

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

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

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

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

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