#092862

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

Shades of Sapphire #092862

Tints of Sapphire #092862

Color information

#092862 (or 0x092862) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 62. RGB value is (9,40,98). Sum of RGB (Red+Green+Blue) = 9+40+98=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #092862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092862 is #F6D79D. Grayscale: #252525. Windows color (decimal): -16177054 or 6432777. OLE color: 6432777.

HSL color Cylindrical-coordinate representation of color #092862: hue angle of 219.1º 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 #092862 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB94098-
CMYK0.910.5900.62
HSL219.1º83.18%20.98%-
HSV(B)219.1º90.82%38.43%-
XYZ3.082.4611.87-
YUV37.34162.23107.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 98 (38.67% from 255) = 66.67%
R=6.12%
G=27.21%
B=66.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal940980.910.5900.62219.183.1820.98
Hex928625B3B03Edb5315
Octal11501421337307633312325
Binary100110100011000101011011111011011111011011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092862; }

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

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

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

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

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

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

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

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