#092149

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

Shades of Sapphire #092149

Tints of Sapphire #092149

Color information

#092149 (or 0x092149) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 49. RGB value is (9,33,73). Sum of RGB (Red+Green+Blue) = 9+33+73=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #092149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092149 is #F6DEB6. Grayscale: #1E1E1E. Windows color (decimal): -16178871 or 4792585. OLE color: 4792585.

HSL color Cylindrical-coordinate representation of color #092149: hue angle of 217.5º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092149 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93373-
CMYK0.880.5500.71
HSL217.5º78.05%16.08%-
HSV(B)217.5º87.67%28.63%-
XYZ1.861.636.52-
YUV30.38152.05112.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 73 (28.91% from 255) = 63.48%
R=7.83%
G=28.70%
B=63.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal933730.880.5500.71217.578.0516.08
Hex921495837047da4e10
Octal114111113067010733211620
Binary1001100001100100110110001101110100011111011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092149; }

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

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

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

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

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

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

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

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