#092160

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

Shades of Sapphire #092160

Tints of Sapphire #092160

Color information

#092160 (or 0x092160) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 60. RGB value is (9,33,96). Sum of RGB (Red+Green+Blue) = 9+33+96=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #092160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092160 is #F6DE9F. Grayscale: #202020. Windows color (decimal): -16178848 or 6299913. OLE color: 6299913.

HSL color Cylindrical-coordinate representation of color #092160: hue angle of 223.45º 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 #092160 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB93396-
CMYK0.910.6600.62
HSL223.45º82.86%20.59%-
HSV(B)223.45º90.62%37.65%-
XYZ2.771.9911.3-
YUV33.01163.55110.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=6.52%
G=23.91%
B=69.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal933960.910.6600.62223.4582.8620.59
Hex921605B4203Edf5315
Octal114114013310207633712325
Binary1001100001110000010110111000010011111011011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092160; }

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

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

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

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

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

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

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

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