#092E92

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

Shades of Smalt #092E92

Tints of Smalt #092E92

Color information

#092E92 (or 0x092E92) is unknown color: approx Smalt. HEX triplet: 09, 2E and 92. RGB value is (9,46,146). Sum of RGB (Red+Green+Blue) = 9+46+146=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #092E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E92 is #F6D16D. Grayscale: #2D2D2D. Windows color (decimal): -16175470 or 9580041. OLE color: 9580041.

HSL color Cylindrical-coordinate representation of color #092E92: hue angle of 223.8º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092E92 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB946146-
CMYK0.940.6800.43
HSL223.8º88.39%30.39%-
HSV(B)223.8º93.84%57.25%-
XYZ6.284.0927.65-
YUV46.34184.24101.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 146 (57.42% from 255) = 72.64%
R=4.48%
G=22.89%
B=72.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9461460.940.6800.43223.888.3930.39
Hex92E925E4402Be0581e
Octal115622213610405334013036
Binary10011011101001001010111101000100010101111100000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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