#092556

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

Shades of Sapphire #092556

Tints of Sapphire #092556

Color information

#092556 (or 0x092556) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 56. RGB value is (9,37,86). Sum of RGB (Red+Green+Blue) = 9+37+86=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #092556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092556 is #F6DAA9. Grayscale: #212121. Windows color (decimal): -16177834 or 5645577. OLE color: 5645577.

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

Color convert

RGB93786-
CMYK0.900.5700.66
HSL218.18º81.05%18.63%-
HSV(B)218.18º89.53%33.73%-
XYZ2.452.059.07-
YUV34.21157.22110.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 86 (33.98% from 255) = 65.15%
R=6.82%
G=28.03%
B=65.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal937860.900.5700.66218.1881.0518.63
Hex925565A39042da5113
Octal114512613271010233212123
Binary1001100101101011010110101110010100001011011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092556; }

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

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

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

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

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

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

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

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