#092E98

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

Shades of Smalt #092E98

Tints of Smalt #092E98

Color information

#092E98 (or 0x092E98) is unknown color: approx Smalt. HEX triplet: 09, 2E and 98. RGB value is (9,46,152). Sum of RGB (Red+Green+Blue) = 9+46+152=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #092E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E98 is #F6D167. Grayscale: #2E2E2E. Windows color (decimal): -16175464 or 9973257. OLE color: 9973257.

HSL color Cylindrical-coordinate representation of color #092E98: hue angle of 224.48º 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 #092E98 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB946152-
CMYK0.940.7000.40
HSL224.48º88.82%31.57%-
HSV(B)224.48º94.08%59.61%-
XYZ6.764.2830.18-
YUV47.02187.24100.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 152 (59.77% from 255) = 73.43%
R=4.35%
G=22.22%
B=73.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9461520.940.7000.40224.4888.8231.57
Hex92E985E46028e05920
Octal115623013610605034013140
Binary100110111010011000101111010001100101000111000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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