#092857

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

Shades of Sapphire #092857

Tints of Sapphire #092857

Color information

#092857 (or 0x092857) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 57. RGB value is (9,40,87). Sum of RGB (Red+Green+Blue) = 9+40+87=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #092857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092857 is #F6D7A8. Grayscale: #232323. Windows color (decimal): -16177065 or 5711881. OLE color: 5711881.

HSL color Cylindrical-coordinate representation of color #092857: hue angle of 216.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092857 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB94087-
CMYK0.900.5400.66
HSL216.15º81.25%18.82%-
HSV(B)216.15º89.66%34.12%-
XYZ2.592.269.32-
YUV36.09156.73108.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 87 (34.38% from 255) = 63.97%
R=6.62%
G=29.41%
B=63.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal940870.900.5400.66216.1581.2518.82
Hex928575A36042d85113
Octal115012713266010233012123
Binary1001101000101011110110101101100100001011011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092857; }

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

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

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

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

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

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

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

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