#092352

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

Shades of Sapphire #092352

Tints of Sapphire #092352

Color information

#092352 (or 0x092352) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 52. RGB value is (9,35,82). Sum of RGB (Red+Green+Blue) = 9+35+82=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #092352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092352 is #F6DCAD. Grayscale: #202020. Windows color (decimal): -16178350 or 5382921. OLE color: 5382921.

HSL color Cylindrical-coordinate representation of color #092352: hue angle of 218.63º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092352 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB93582-
CMYK0.890.5700.68
HSL218.63º80.22%17.84%-
HSV(B)218.63º89.02%32.16%-
XYZ2.241.878.23-
YUV32.58155.89111.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 82 (32.42% from 255) = 65.08%
R=7.14%
G=27.78%
B=65.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal935820.890.5700.68218.6380.2217.84
Hex923525939044db5012
Octal114312213171010433312022
Binary1001100011101001010110011110010100010011011011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092352; }

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

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

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

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

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

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

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

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