#092056

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

Shades of Sapphire #092056

Tints of Sapphire #092056

Color information

#092056 (or 0x092056) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 56. RGB value is (9,32,86). Sum of RGB (Red+Green+Blue) = 9+32+86=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #092056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092056 is #F6DFA9. Grayscale: #1F1F1F. Windows color (decimal): -16179114 or 5644297. OLE color: 5644297.

HSL color Cylindrical-coordinate representation of color #092056: hue angle of 222.08º 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 #092056 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB93286-
CMYK0.900.6300.66
HSL222.08º81.05%18.63%-
HSV(B)222.08º89.53%33.73%-
XYZ2.311.769.02-
YUV31.28158.88112.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 86 (33.98% from 255) = 67.72%
R=7.09%
G=25.20%
B=67.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal932860.900.6300.66222.0881.0518.63
Hex920565A3F042de5113
Octal114012613277010233612123
Binary1001100000101011010110101111110100001011011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092056; }

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

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

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

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

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

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

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

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