#092961

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

Shades of Sapphire #092961

Tints of Sapphire #092961

Color information

#092961 (or 0x092961) is unknown color: approx Sapphire. HEX triplet: 09, 29 and 61. RGB value is (9,41,97). Sum of RGB (Red+Green+Blue) = 9+41+97=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #092961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092961 is #F6D69E. Grayscale: #252525. Windows color (decimal): -16176799 or 6367497. OLE color: 6367497.

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

Color convert

RGB94197-
CMYK0.910.5800.62
HSL218.18º83.02%20.78%-
HSV(B)218.18º90.72%38.04%-
XYZ3.062.5111.63-
YUV37.82161.4107.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 97 (38.28% from 255) = 65.99%
R=6.12%
G=27.89%
B=65.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal941970.910.5800.62218.1883.0220.78
Hex929615B3A03Eda5315
Octal11511411337207633212325
Binary100110100111000011011011111010011111011011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092961; }

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

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

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

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

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

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

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

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