#092366

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

Shades of Sapphire #092366

Tints of Sapphire #092366

Color information

#092366 (or 0x092366) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 66. RGB value is (9,35,102). Sum of RGB (Red+Green+Blue) = 9+35+102=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #092366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092366 is #F6DC99. Grayscale: #222222. Windows color (decimal): -16178330 or 6693641. OLE color: 6693641.

HSL color Cylindrical-coordinate representation of color #092366: hue angle of 223.23º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092366 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB935102-
CMYK0.910.6600.6
HSL223.23º83.78%21.76%-
HSV(B)223.23º91.18%40%-
XYZ3.112.2212.83-
YUV34.86165.89109.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 102 (40.23% from 255) = 69.86%
R=6.16%
G=23.97%
B=69.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9351020.910.6600.6223.2383.7821.76
Hex923665B4203Cdf5416
Octal114314613310207433712426
Binary1001100011110011010110111000010011110011011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092366; }

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

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

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

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

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

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

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

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