#092259

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

Shades of Sapphire #092259

Tints of Sapphire #092259

Color information

#092259 (or 0x092259) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 59. RGB value is (9,34,89). Sum of RGB (Red+Green+Blue) = 9+34+89=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #092259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092259 is #F6DDA6. Grayscale: #202020. Windows color (decimal): -16178599 or 5841417. OLE color: 5841417.

HSL color Cylindrical-coordinate representation of color #092259: hue angle of 221.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092259 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB93489-
CMYK0.900.6200.65
HSL221.25º81.63%19.22%-
HSV(B)221.25º89.89%34.9%-
XYZ2.491.929.69-
YUV32.8159.72111.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 89 (35.16% from 255) = 67.42%
R=6.82%
G=25.76%
B=67.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal934890.900.6200.65221.2581.6319.22
Hex922595A3E041dd5213
Octal114213113276010133512223
Binary1001100010101100110110101111100100000111011101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092259; }

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

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

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

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

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

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

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

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