#092357

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

Shades of Sapphire #092357

Tints of Sapphire #092357

Color information

#092357 (or 0x092357) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 57. RGB value is (9,35,87). Sum of RGB (Red+Green+Blue) = 9+35+87=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #092357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092357 is #F6DCA8. Grayscale: #202020. Windows color (decimal): -16178345 or 5710601. OLE color: 5710601.

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

Color convert

RGB93587-
CMYK0.900.6000.66
HSL220º81.25%18.82%-
HSV(B)220º89.66%34.12%-
XYZ2.431.959.26-
YUV33.15158.39110.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 87 (34.38% from 255) = 66.41%
R=6.87%
G=26.72%
B=66.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal935870.900.6000.6622081.2518.82
Hex923575A3C042dc5113
Octal114312713274010233412123
Binary1001100011101011110110101111000100001011011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092357; }

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

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

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

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

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

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

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

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