Html Css Color HEX #091E93 Smalt

📋 copy color: '#091E93'

red 9 ◦ green 30 ◦ blue 147

#091E93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #091E93

Tints of Smalt #091E93

RGB

 RED value IS 9 (3.91% from 255) = 4.84%

 GREEN value IS 30 (12.11% from 255) = 16.13%

 BLUE value IS 147 (57.81% from 255) = 79.03%

R = 4.84%
G = 16.13%
B = 79.03%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#091E93 (or 0x091E93) is known color: Smalt. HEX triplet: 09, 1E and 93. RGB value is (9,30,147). Sum of RGB (Red+Green+Blue) = 9+30+147=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #091E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091E93 is #F6E16C. Grayscale: #242424. Windows color (decimal): -16179565 or 9641481. OLE color: 9641481.

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

Color convert

RGB 9 30 147 -
CMYK 0.94 0.80 0 0.42
HSL 230.87º 0.88% 0.31% -
HSV(B) 230.87º 0.94% 0.58% -
XYZ 5.84 3.09 27.89 -
YUV 37.06 190.04 107.99 -
System Red Green Blue C M Y K H S L
Decimal 9 30 147 0.94 0.80 0 0.42 230.87 0.88 0.31
Hex 9 1E 93 5E 50 0 2A E7 58 1F
Octal 11 36 223 136 120 0 52 347 130 37
Binary 1001 11110 10010011 1011110 1010000 0 101010 11100111 1011000 11111

Color Harmonies of #091E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E93

Black with #091E93

Text Example


Text Example

White with #091E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #091E93;
 }
 .AnyTagClassName
 {
   color: #091E93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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