#091F92

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

Shades of Smalt #091F92

Tints of Smalt #091F92

Color information

#091F92 (or 0x091F92) is unknown color: approx Smalt. HEX triplet: 09, 1F and 92. RGB value is (9,31,146). Sum of RGB (Red+Green+Blue) = 9+31+146=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 146 (57.42% from 255 or 78.49% from 186); Max value from RGB is 146 - color contains mainly: blue. Hex color #091F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091F92 is #F6E06D. Grayscale: #252525. Windows color (decimal): -16179310 or 9576201. OLE color: 9576201.

HSL color Cylindrical-coordinate representation of color #091F92: hue angle of 230.36º 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 #091F92 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB931146-
CMYK0.940.7900.43
HSL230.36º88.39%30.39%-
HSV(B)230.36º93.84%57.25%-
XYZ5.793.1127.49-
YUV37.53189.21107.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 146 (57.42% from 255) = 78.49%
R=4.84%
G=16.67%
B=78.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9311460.940.7900.43230.3688.3930.39
Hex91F925E4F02Be6581e
Octal113722213611705334613036
Binary1001111111001001010111101001111010101111100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091F92; }

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

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

<style>
 a { background-color: #091F92; }

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

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

<style>
 span { border-color: #091F92; }

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

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