#092483

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

Shades of Sapphire #092483

Tints of Sapphire #092483

Color information

#092483 (or 0x092483) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 83. RGB value is (9,36,131). Sum of RGB (Red+Green+Blue) = 9+36+131=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 131 (51.56% from 255 or 74.43% from 176); Max value from RGB is 131 - color contains mainly: blue. Hex color #092483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092483 is #F6DB7C. Grayscale: #262626. Windows color (decimal): -16178045 or 8594441. OLE color: 8594441.

HSL color Cylindrical-coordinate representation of color #092483: hue angle of 226.72º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092483 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB936131-
CMYK0.930.7300.49
HSL226.72º87.14%27.45%-
HSV(B)226.72º93.13%51.37%-
XYZ4.842.9621.79-
YUV38.76180.05106.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 131 (51.56% from 255) = 74.43%
R=5.11%
G=20.45%
B=74.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9361310.930.7300.49226.7287.1427.45
Hex924835D49031e3571b
Octal114420313511106134312733
Binary10011001001000001110111011001001011000111100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092483; }

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

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

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

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

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

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

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

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