#092660

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

Shades of Sapphire #092660

Tints of Sapphire #092660

Color information

#092660 (or 0x092660) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 60. RGB value is (9,38,96). Sum of RGB (Red+Green+Blue) = 9+38+96=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #092660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092660 is #F6D99F. Grayscale: #232323. Windows color (decimal): -16177568 or 6301193. OLE color: 6301193.

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

Color convert

RGB93896-
CMYK0.910.6000.62
HSL220º82.86%20.59%-
HSV(B)220º90.62%37.65%-
XYZ2.922.2911.35-
YUV35.94161.89108.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 96 (37.89% from 255) = 67.13%
R=6.29%
G=26.57%
B=67.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal938960.910.6000.6222082.8620.59
Hex926605B3C03Edc5315
Octal11461401337407633412325
Binary100110011011000001011011111100011111011011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092660; }

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

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

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

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

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

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

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

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