#092861

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

Shades of Sapphire #092861

Tints of Sapphire #092861

Color information

#092861 (or 0x092861) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 61. RGB value is (9,40,97). Sum of RGB (Red+Green+Blue) = 9+40+97=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #092861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092861 is #F6D79E. Grayscale: #242424. Windows color (decimal): -16177055 or 6367241. OLE color: 6367241.

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

Color convert

RGB94097-
CMYK0.910.5900.62
HSL218.86º83.02%20.78%-
HSV(B)218.86º90.72%38.04%-
XYZ3.032.4411.62-
YUV37.23161.73107.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=6.16%
G=27.40%
B=66.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal940970.910.5900.62218.8683.0220.78
Hex928615B3B03Edb5315
Octal11501411337307633312325
Binary100110100011000011011011111011011111011011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092861; }

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

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

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

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

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

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

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

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