#092450

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

Shades of Sapphire #092450

Tints of Sapphire #092450

Color information

#092450 (or 0x092450) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 50. RGB value is (9,36,80). Sum of RGB (Red+Green+Blue) = 9+36+80=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #092450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092450 is #F6DBAF. Grayscale: #202020. Windows color (decimal): -16178096 or 5252105. OLE color: 5252105.

HSL color Cylindrical-coordinate representation of color #092450: hue angle of 217.18º 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 #092450 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB93680-
CMYK0.890.5500.69
HSL217.18º79.78%17.45%-
HSV(B)217.18º88.75%31.37%-
XYZ2.191.97.84-
YUV32.94154.55110.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 80 (31.64% from 255) = 64%
R=7.2%
G=28.8%
B=64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal936800.890.5500.69217.1879.7817.45
Hex924505937045d95011
Octal114412013167010533112021
Binary1001100100101000010110011101110100010111011001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092450; }

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

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

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

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

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

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

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

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