#092493

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

Shades of Smalt #092493

Tints of Smalt #092493

Color information

#092493 (or 0x092493) is unknown color: approx Smalt. HEX triplet: 09, 24 and 93. RGB value is (9,36,147). Sum of RGB (Red+Green+Blue) = 9+36+147=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #092493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092493 is #F6DB6C. Grayscale: #282828. Windows color (decimal): -16178029 or 9643017. OLE color: 9643017.

HSL color Cylindrical-coordinate representation of color #092493: hue angle of 228.26º 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 #092493 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB936147-
CMYK0.940.7600.42
HSL228.26º88.46%30.59%-
HSV(B)228.26º93.88%57.65%-
XYZ6.013.4327.95-
YUV40.58188.05105.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 147 (57.81% from 255) = 76.56%
R=4.69%
G=18.75%
B=76.56%

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
Decimal9361470.940.7600.42228.2688.4630.59
Hex924935E4C02Ae4581f
Octal114422313611405234413037
Binary10011001001001001110111101001100010101011100100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092493; }

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

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

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

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

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

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

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

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