#092276

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

Shades of Sapphire #092276

Tints of Sapphire #092276

Color information

#092276 (or 0x092276) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 76. RGB value is (9,34,118). Sum of RGB (Red+Green+Blue) = 9+34+118=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #092276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092276 is #F6DD89. Grayscale: #232323. Windows color (decimal): -16178570 or 7741961. OLE color: 7741961.

HSL color Cylindrical-coordinate representation of color #092276: hue angle of 226.24º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092276 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB934118-
CMYK0.920.7100.54
HSL226.24º85.83%24.9%-
HSV(B)226.24º92.37%46.27%-
XYZ3.952.5117.42-
YUV36.1174.22108.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 118 (46.48% from 255) = 73.29%
R=5.59%
G=21.12%
B=73.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9341180.920.7100.54226.2485.8324.9
Hex922765C47036e25619
Octal114216613410706634212631
Binary1001100010111011010111001000111011011011100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092276; }

 p { color: rgb(9,34,118); }

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

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

 a { background-color: rgb(9,34,118); }

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

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

 span { border-color: rgb(9,34,118); }

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