#092E99

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

Shades of Smalt #092E99

Tints of Smalt #092E99

Color information

#092E99 (or 0x092E99) is unknown color: approx Smalt. HEX triplet: 09, 2E and 99. RGB value is (9,46,153). Sum of RGB (Red+Green+Blue) = 9+46+153=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #092E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E99 is #F6D166. Grayscale: #2E2E2E. Windows color (decimal): -16175463 or 10038793. OLE color: 10038793.

HSL color Cylindrical-coordinate representation of color #092E99: hue angle of 224.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092E99 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB946153-
CMYK0.940.7000.4
HSL224.58º88.89%31.76%-
HSV(B)224.58º94.12%60%-
XYZ6.844.3130.61-
YUV47.14187.74100.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 153 (60.16% from 255) = 73.56%
R=4.33%
G=22.12%
B=73.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9461530.940.7000.4224.5888.8931.76
Hex92E995E46028e15920
Octal115623113610605034113140
Binary100110111010011001101111010001100101000111000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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