#092E82

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

Shades of Smalt #092E82

Tints of Smalt #092E82

Color information

#092E82 (or 0x092E82) is unknown color: approx Smalt. HEX triplet: 09, 2E and 82. RGB value is (9,46,130). Sum of RGB (Red+Green+Blue) = 9+46+130=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #092E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E82 is #F6D17D. Grayscale: #2C2C2C. Windows color (decimal): -16175486 or 8531465. OLE color: 8531465.

HSL color Cylindrical-coordinate representation of color #092E82: hue angle of 221.65º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092E82 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB946130-
CMYK0.930.6500.49
HSL221.65º87.05%27.25%-
HSV(B)221.65º93.08%50.98%-
XYZ5.123.6221.55-
YUV44.51176.24102.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 130 (51.17% from 255) = 70.27%
R=4.86%
G=24.86%
B=70.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9461300.930.6500.49221.6587.0527.25
Hex92E825D41031de571b
Octal115620213510106133612733
Binary10011011101000001010111011000001011000111011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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