#092662

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

Shades of Sapphire #092662

Tints of Sapphire #092662

Color information

#092662 (or 0x092662) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 62. RGB value is (9,38,98). Sum of RGB (Red+Green+Blue) = 9+38+98=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #092662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092662 is #F6D99D. Grayscale: #232323. Windows color (decimal): -16177566 or 6432265. OLE color: 6432265.

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

Color convert

RGB93898-
CMYK0.910.6100.62
HSL220.45º83.18%20.98%-
HSV(B)220.45º90.82%38.43%-
XYZ3.012.3311.85-
YUV36.17162.89108.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=6.21%
G=26.21%
B=67.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal938980.910.6100.62220.4583.1820.98
Hex926625B3D03Edc5315
Octal11461421337507633412325
Binary100110011011000101011011111101011111011011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092662; }

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

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

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

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

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

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

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

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