#092561

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

Shades of Sapphire #092561

Tints of Sapphire #092561

Color information

#092561 (or 0x092561) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 61. RGB value is (9,37,97). Sum of RGB (Red+Green+Blue) = 9+37+97=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #092561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092561 is #F6DA9E. Grayscale: #232323. Windows color (decimal): -16177823 or 6366473. OLE color: 6366473.

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

Color convert

RGB93797-
CMYK0.910.6200.62
HSL220.91º83.02%20.78%-
HSV(B)220.91º90.72%38.04%-
XYZ2.932.2411.59-
YUV35.47162.72109.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 97 (38.28% from 255) = 67.83%
R=6.29%
G=25.87%
B=67.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal937970.910.6200.62220.9183.0220.78
Hex925615B3E03Edd5315
Octal11451411337607633512325
Binary100110010111000011011011111110011111011011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092561; }

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

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

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

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

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

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

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

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