#092562

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

Shades of Sapphire #092562

Tints of Sapphire #092562

Color information

#092562 (or 0x092562) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 62. RGB value is (9,37,98). Sum of RGB (Red+Green+Blue) = 9+37+98=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #092562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092562 is #F6DA9D. Grayscale: #232323. Windows color (decimal): -16177822 or 6432009. OLE color: 6432009.

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

Color convert

RGB93798-
CMYK0.910.6200.62
HSL221.12º83.18%20.98%-
HSV(B)221.12º90.82%38.43%-
XYZ2.982.2611.84-
YUV35.58163.22109.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 98 (38.67% from 255) = 68.06%
R=6.25%
G=25.69%
B=68.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal937980.910.6200.62221.1283.1820.98
Hex925625B3E03Edd5315
Octal11451421337607633512325
Binary100110010111000101011011111110011111011011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092562; }

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

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

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

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

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

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

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

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