#091F93

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

Shades of Smalt #091F93

Tints of Smalt #091F93

Color information

#091F93 (or 0x091F93) is unknown color: approx Smalt. HEX triplet: 09, 1F and 93. RGB value is (9,31,147). Sum of RGB (Red+Green+Blue) = 9+31+147=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #091F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091F93 is #F6E06C. Grayscale: #252525. Windows color (decimal): -16179309 or 9641737. OLE color: 9641737.

HSL color Cylindrical-coordinate representation of color #091F93: hue angle of 230.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091F93 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB931147-
CMYK0.940.7900.42
HSL230.43º88.46%30.59%-
HSV(B)230.43º93.88%57.65%-
XYZ5.873.1427.9-
YUV37.65189.71107.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 147 (57.81% from 255) = 78.61%
R=4.81%
G=16.58%
B=78.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9311470.940.7900.42230.4388.4630.59
Hex91F935E4F02Ae6581f
Octal113722313611705234613037
Binary1001111111001001110111101001111010101011100110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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