#092E86

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

Shades of Smalt #092E86

Tints of Smalt #092E86

Color information

#092E86 (or 0x092E86) is unknown color: approx Smalt. HEX triplet: 09, 2E and 86. RGB value is (9,46,134). Sum of RGB (Red+Green+Blue) = 9+46+134=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 134 (52.73% from 255 or 70.90% from 189); Max value from RGB is 134 - color contains mainly: blue. Hex color #092E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E86 is #F6D179. Grayscale: #2C2C2C. Windows color (decimal): -16175482 or 8793609. OLE color: 8793609.

HSL color Cylindrical-coordinate representation of color #092E86: hue angle of 222.24º 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 #092E86 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB946134-
CMYK0.930.6600.47
HSL222.24º87.41%28.04%-
HSV(B)222.24º93.28%52.55%-
XYZ5.393.7322.99-
YUV44.97178.24102.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 134 (52.73% from 255) = 70.90%
R=4.76%
G=24.34%
B=70.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9461340.930.6600.47222.2487.4128.04
Hex92E865D4202Fde571c
Octal115620613510205733612734
Binary10011011101000011010111011000010010111111011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092E86; }

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

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

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

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

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

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

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

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