#092766

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

Shades of Sapphire #092766

Tints of Sapphire #092766

Color information

#092766 (or 0x092766) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 66. RGB value is (9,39,102). Sum of RGB (Red+Green+Blue) = 9+39+102=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #092766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092766 is #F6D899. Grayscale: #242424. Windows color (decimal): -16177306 or 6694665. OLE color: 6694665.

HSL color Cylindrical-coordinate representation of color #092766: hue angle of 220.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092766 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB939102-
CMYK0.910.6200.6
HSL220.65º83.78%21.76%-
HSV(B)220.65º91.18%40%-
XYZ3.242.4712.88-
YUV37.21164.56107.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 102 (40.23% from 255) = 68%
R=6%
G=26%
B=68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9391020.910.6200.6220.6583.7821.76
Hex927665B3E03Cdd5416
Octal11471461337607433512426
Binary100110011111001101011011111110011110011011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092766; }

 p { color: rgb(9,39,102); }

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

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

 a { background-color: rgb(9,39,102); }

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

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

 span { border-color: rgb(9,39,102); }

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