#091862

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

Shades of Sapphire #091862

Tints of Sapphire #091862

Color information

#091862 (or 0x091862) is unknown color: approx Sapphire. HEX triplet: 09, 18 and 62. RGB value is (9,24,98). Sum of RGB (Red+Green+Blue) = 9+24+98=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #091862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091862 is #F6E79D. Grayscale: #1B1B1B. Windows color (decimal): -16181150 or 6428681. OLE color: 6428681.

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

Color convert

RGB92498-
CMYK0.910.7600.62
HSL229.89º83.18%20.98%-
HSV(B)229.89º90.82%38.43%-
XYZ2.641.5911.72-
YUV27.95167.53114.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 98 (38.67% from 255) = 74.81%
R=6.87%
G=18.32%
B=74.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal924980.910.7600.62229.8983.1820.98
Hex918625B4C03Ee65315
Octal113014213311407634612325
Binary100111000110001010110111001100011111011100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091862; }

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

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

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

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

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

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

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

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