#092486

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

Shades of Smalt #092486

Tints of Smalt #092486

Color information

#092486 (or 0x092486) is unknown color: approx Smalt. HEX triplet: 09, 24 and 86. RGB value is (9,36,134). Sum of RGB (Red+Green+Blue) = 9+36+134=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 134 (52.73% from 255 or 74.86% from 179); Max value from RGB is 134 - color contains mainly: blue. Hex color #092486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092486 is #F6DB79. Grayscale: #262626. Windows color (decimal): -16178042 or 8791049. OLE color: 8791049.

HSL color Cylindrical-coordinate representation of color #092486: hue angle of 227.04º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092486 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB936134-
CMYK0.930.7300.47
HSL227.04º87.41%28.04%-
HSV(B)227.04º93.28%52.55%-
XYZ5.053.0422.88-
YUV39.1181.55106.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 36 (14.45% from 255) = 20.11%
BLUE value IS 134 (52.73% from 255) = 74.86%
R=5.03%
G=20.11%
B=74.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9361340.930.7300.47227.0487.4128.04
Hex924865D4902Fe3571c
Octal114420613511105734312734
Binary10011001001000011010111011001001010111111100011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092486; }

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

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

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

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

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

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

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

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