#092460

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

Shades of Sapphire #092460

Tints of Sapphire #092460

Color information

#092460 (or 0x092460) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 60. RGB value is (9,36,96). Sum of RGB (Red+Green+Blue) = 9+36+96=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #092460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092460 is #F6DB9F. Grayscale: #222222. Windows color (decimal): -16178080 or 6300681. OLE color: 6300681.

HSL color Cylindrical-coordinate representation of color #092460: hue angle of 221.38º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092460 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB93696-
CMYK0.910.6200.62
HSL221.38º82.86%20.59%-
HSV(B)221.38º90.62%37.65%-
XYZ2.852.1611.33-
YUV34.77162.55109.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 96 (37.89% from 255) = 68.09%
R=6.38%
G=25.53%
B=68.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal936960.910.6200.62221.3882.8620.59
Hex924605B3E03Edd5315
Octal11441401337607633512325
Binary100110010011000001011011111110011111011011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092460; }

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

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

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

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

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

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

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

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