#092363

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

Shades of Sapphire #092363

Tints of Sapphire #092363

Color information

#092363 (or 0x092363) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 63. RGB value is (9,35,99). Sum of RGB (Red+Green+Blue) = 9+35+99=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #092363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092363 is #F6DC9C. Grayscale: #222222. Windows color (decimal): -16178333 or 6497033. OLE color: 6497033.

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

Color convert

RGB93599-
CMYK0.910.6500.61
HSL222.67º83.33%21.18%-
HSV(B)222.67º90.91%38.82%-
XYZ2.972.1612.07-
YUV34.52164.39109.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 99 (39.06% from 255) = 69.23%
R=6.29%
G=24.48%
B=69.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal935990.910.6500.61222.6783.3321.18
Hex923635B4103Ddf5315
Octal114314313310107533712325
Binary1001100011110001110110111000001011110111011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092363; }

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

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

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

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

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

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

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

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