#092049

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

Shades of Sapphire #092049

Tints of Sapphire #092049

Color information

#092049 (or 0x092049) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 49. RGB value is (9,32,73). Sum of RGB (Red+Green+Blue) = 9+32+73=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #092049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092049 is #F6DFB6. Grayscale: #1D1D1D. Windows color (decimal): -16179127 or 4792329. OLE color: 4792329.

HSL color Cylindrical-coordinate representation of color #092049: hue angle of 218.44º 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 #092049 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93273-
CMYK0.880.5600.71
HSL218.44º78.05%16.08%-
HSV(B)218.44º87.67%28.63%-
XYZ1.831.576.51-
YUV29.8152.38113.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 73 (28.91% from 255) = 64.04%
R=7.89%
G=28.07%
B=64.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal932730.880.5600.71218.4478.0516.08
Hex920495838047da4e10
Octal114011113070010733211620
Binary1001100000100100110110001110000100011111011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092049; }

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

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

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

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

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

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

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

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