#092661

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

Shades of Sapphire #092661

Tints of Sapphire #092661

Color information

#092661 (or 0x092661) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 61. RGB value is (9,38,97). Sum of RGB (Red+Green+Blue) = 9+38+97=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #092661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092661 is #F6D99E. Grayscale: #232323. Windows color (decimal): -16177567 or 6366729. OLE color: 6366729.

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

Color convert

RGB93897-
CMYK0.910.6100.62
HSL220.23º83.02%20.78%-
HSV(B)220.23º90.72%38.04%-
XYZ2.962.3111.6-
YUV36.05162.39108.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 97 (38.28% from 255) = 67.36%
R=6.25%
G=26.39%
B=67.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal938970.910.6100.62220.2383.0220.78
Hex926615B3D03Edc5315
Octal11461411337507633412325
Binary100110011011000011011011111101011111011011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092661; }

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

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

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

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

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

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

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

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