#092473

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

Shades of Sapphire #092473

Tints of Sapphire #092473

Color information

#092473 (or 0x092473) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 73. RGB value is (9,36,115). Sum of RGB (Red+Green+Blue) = 9+36+115=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #092473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092473 is #F6DB8C. Grayscale: #242424. Windows color (decimal): -16178061 or 7545865. OLE color: 7545865.

HSL color Cylindrical-coordinate representation of color #092473: hue angle of 224.72º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092473 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB936115-
CMYK0.920.6900.55
HSL224.72º85.48%24.31%-
HSV(B)224.72º92.17%45.1%-
XYZ3.842.5616.51-
YUV36.93172.05108.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 115 (45.31% from 255) = 71.88%
R=5.62%
G=22.5%
B=71.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9361150.920.6900.55224.7285.4824.31
Hex924735C45037e15518
Octal114416313410506734112530
Binary1001100100111001110111001000101011011111100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092473; }

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

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

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

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

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

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

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

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