#092859

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

Shades of Sapphire #092859

Tints of Sapphire #092859

Color information

#092859 (or 0x092859) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 59. RGB value is (9,40,89). Sum of RGB (Red+Green+Blue) = 9+40+89=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #092859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092859 is #F6D7A6. Grayscale: #242424. Windows color (decimal): -16177063 or 5842953. OLE color: 5842953.

HSL color Cylindrical-coordinate representation of color #092859: hue angle of 216.75º 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 #092859 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB94089-
CMYK0.900.5500.65
HSL216.75º81.63%19.22%-
HSV(B)216.75º89.89%34.9%-
XYZ2.672.39.75-
YUV36.32157.73108.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 89 (35.16% from 255) = 64.49%
R=6.52%
G=28.99%
B=64.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal940890.900.5500.65216.7581.6319.22
Hex928595A37041d95213
Octal115013113267010133112223
Binary1001101000101100110110101101110100000111011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092859; }

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

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

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

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

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

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

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

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