#092463

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

Shades of Sapphire #092463

Tints of Sapphire #092463

Color information

#092463 (or 0x092463) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 63. RGB value is (9,36,99). Sum of RGB (Red+Green+Blue) = 9+36+99=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #092463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092463 is #F6DB9C. Grayscale: #222222. Windows color (decimal): -16178077 or 6497289. OLE color: 6497289.

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

Color convert

RGB93699-
CMYK0.910.6400.61
HSL222º83.33%21.18%-
HSV(B)222º90.91%38.82%-
XYZ32.2212.08-
YUV35.11164.05109.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 68.75%
R=6.25%
G=25%
B=68.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal936990.910.6400.6122283.3321.18
Hex924635B4003Dde5315
Octal114414313310007533612325
Binary1001100100110001110110111000000011110111011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092463; }

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

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

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

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

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

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

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

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