#092393

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

Shades of Smalt #092393

Tints of Smalt #092393

Color information

#092393 (or 0x092393) is unknown color: approx Smalt. HEX triplet: 09, 23 and 93. RGB value is (9,35,147). Sum of RGB (Red+Green+Blue) = 9+35+147=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #092393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092393 is #F6DC6C. Grayscale: #272727. Windows color (decimal): -16178285 or 9642761. OLE color: 9642761.

HSL color Cylindrical-coordinate representation of color #092393: hue angle of 228.7º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092393 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB935147-
CMYK0.940.7600.42
HSL228.7º88.46%30.59%-
HSV(B)228.7º93.88%57.65%-
XYZ5.983.3727.94-
YUV39.99188.39105.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 147 (57.81% from 255) = 76.96%
R=4.71%
G=18.32%
B=76.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9351470.940.7600.42228.788.4630.59
Hex923935E4C02Ae5581f
Octal114322313611405234513037
Binary10011000111001001110111101001100010101011100101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092393; }

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

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

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

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

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

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

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

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