#092256

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

Shades of Sapphire #092256

Tints of Sapphire #092256

Color information

#092256 (or 0x092256) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 56. RGB value is (9,34,86). Sum of RGB (Red+Green+Blue) = 9+34+86=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #092256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092256 is #F6DDA9. Grayscale: #202020. Windows color (decimal): -16178602 or 5644809. OLE color: 5644809.

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

Color convert

RGB93486-
CMYK0.900.6000.66
HSL220.52º81.05%18.63%-
HSV(B)220.52º89.53%33.73%-
XYZ2.361.879.04-
YUV32.45158.22111.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 86 (33.98% from 255) = 66.67%
R=6.98%
G=26.36%
B=66.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal934860.900.6000.66220.5281.0518.63
Hex922565A3C042dd5113
Octal114212613274010233512123
Binary1001100010101011010110101111000100001011011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092256; }

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

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

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

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

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

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

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

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