#092156

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

Shades of Sapphire #092156

Tints of Sapphire #092156

Color information

#092156 (or 0x092156) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 56. RGB value is (9,33,86). Sum of RGB (Red+Green+Blue) = 9+33+86=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #092156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092156 is #F6DEA9. Grayscale: #1F1F1F. Windows color (decimal): -16178858 or 5644553. OLE color: 5644553.

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

Color convert

RGB93386-
CMYK0.900.6200.66
HSL221.3º81.05%18.63%-
HSV(B)221.3º89.53%33.73%-
XYZ2.341.829.03-
YUV31.87158.55111.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 86 (33.98% from 255) = 67.19%
R=7.03%
G=25.78%
B=67.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal933860.900.6200.66221.381.0518.63
Hex921565A3E042dd5113
Octal114112613276010233512123
Binary1001100001101011010110101111100100001011011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092156; }

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

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

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

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

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

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

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

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