#092852

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

Shades of Sapphire #092852

Tints of Sapphire #092852

Color information

#092852 (or 0x092852) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 52. RGB value is (9,40,82). Sum of RGB (Red+Green+Blue) = 9+40+82=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #092852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092852 is #F6D7AD. Grayscale: #232323. Windows color (decimal): -16177070 or 5384201. OLE color: 5384201.

HSL color Cylindrical-coordinate representation of color #092852: hue angle of 214.52º 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 #092852 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB94082-
CMYK0.890.5100.68
HSL214.52º80.22%17.84%-
HSV(B)214.52º89.02%32.16%-
XYZ2.392.188.28-
YUV35.52154.23109.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 82 (32.42% from 255) = 62.60%
R=6.87%
G=30.53%
B=62.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal940820.890.5100.68214.5280.2217.84
Hex928525933044d75012
Octal115012213163010432712022
Binary1001101000101001010110011100110100010011010111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092852; }

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

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

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

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

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

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

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

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