#092490

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

Shades of Smalt #092490

Tints of Smalt #092490

Color information

#092490 (or 0x092490) is unknown color: approx Smalt. HEX triplet: 09, 24 and 90. RGB value is (9,36,144). Sum of RGB (Red+Green+Blue) = 9+36+144=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #092490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092490 is #F6DB6F. Grayscale: #272727. Windows color (decimal): -16178032 or 9446409. OLE color: 9446409.

HSL color Cylindrical-coordinate representation of color #092490: hue angle of 228º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092490 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB936144-
CMYK0.940.7500.44
HSL228º88.24%30%-
HSV(B)228º93.75%56.47%-
XYZ5.783.3326.72-
YUV40.24186.55105.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 144 (56.64% from 255) = 76.19%
R=4.76%
G=19.05%
B=76.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9361440.940.7500.4422888.2430
Hex924905E4B02Ce4581e
Octal114422013611305434413036
Binary10011001001001000010111101001011010110011100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092490; }

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

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

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

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

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

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

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

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