#092656

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

Shades of Sapphire #092656

Tints of Sapphire #092656

Color information

#092656 (or 0x092656) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 56. RGB value is (9,38,86). Sum of RGB (Red+Green+Blue) = 9+38+86=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #092656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092656 is #F6D9A9. Grayscale: #222222. Windows color (decimal): -16177578 or 5645833. OLE color: 5645833.

HSL color Cylindrical-coordinate representation of color #092656: hue angle of 217.4º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092656 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB93886-
CMYK0.900.5600.66
HSL217.4º81.05%18.63%-
HSV(B)217.4º89.53%33.73%-
XYZ2.492.129.08-
YUV34.8156.89109.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 86 (33.98% from 255) = 64.66%
R=6.77%
G=28.57%
B=64.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal938860.900.5600.66217.481.0518.63
Hex926565A38042d95113
Octal114612613270010233112123
Binary1001100110101011010110101110000100001011011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092656; }

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

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

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

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

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

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

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

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