#092353

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

Shades of Sapphire #092353

Tints of Sapphire #092353

Color information

#092353 (or 0x092353) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 53. RGB value is (9,35,83). Sum of RGB (Red+Green+Blue) = 9+35+83=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #092353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092353 is #F6DCAC. Grayscale: #202020. Windows color (decimal): -16178349 or 5448457. OLE color: 5448457.

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

Color convert

RGB93583-
CMYK0.890.5800.67
HSL218.92º80.43%18.04%-
HSV(B)218.92º89.16%32.55%-
XYZ2.281.888.43-
YUV32.7156.39111.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 83 (32.81% from 255) = 65.35%
R=7.09%
G=27.56%
B=65.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal935830.890.5800.67218.9280.4318.04
Hex92353593A043db5012
Octal114312313172010333312022
Binary1001100011101001110110011110100100001111011011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092353; }

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

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

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

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

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

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

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

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