#092853

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

Shades of Sapphire #092853

Tints of Sapphire #092853

Color information

#092853 (or 0x092853) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 53. RGB value is (9,40,83). Sum of RGB (Red+Green+Blue) = 9+40+83=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #092853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092853 is #F6D7AC. Grayscale: #232323. Windows color (decimal): -16177069 or 5449737. OLE color: 5449737.

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

Color convert

RGB94083-
CMYK0.890.5200.67
HSL214.86º80.43%18.04%-
HSV(B)214.86º89.16%32.55%-
XYZ2.432.28.48-
YUV35.63154.73109-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=6.82%
G=30.30%
B=62.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal940830.890.5200.67214.8680.4318.04
Hex928535934043d75012
Octal115012313164010332712022
Binary1001101000101001110110011101000100001111010111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092853; }

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

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

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

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

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

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

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

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