#092050

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

Shades of Sapphire #092050

Tints of Sapphire #092050

Color information

#092050 (or 0x092050) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 50. RGB value is (9,32,80). Sum of RGB (Red+Green+Blue) = 9+32+80=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #092050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092050 is #F6DFAF. Grayscale: #1E1E1E. Windows color (decimal): -16179120 or 5251081. OLE color: 5251081.

HSL color Cylindrical-coordinate representation of color #092050: hue angle of 220.56º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092050 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB93280-
CMYK0.890.6000.69
HSL220.56º79.78%17.45%-
HSV(B)220.56º88.75%31.37%-
XYZ2.081.677.8-
YUV30.6155.88112.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=7.44%
G=26.45%
B=66.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal932800.890.6000.69220.5679.7817.45
Hex92050593C045dd5011
Octal114012013174010533512021
Binary1001100000101000010110011111000100010111011101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092050; }

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

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

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

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

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

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

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

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