Html Css Color HEX #091F92 Smalt

📋 copy color: '#091F92'

red 9 ◦ green 31 ◦ blue 146

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

Shades of Smalt #091F92

Tints of Smalt #091F92

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 value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#091F92 (or 0x091F92) is known color: 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

RGB 9 31 146 -
CMYK 0.94 0.79 0 0.43
HSL 230.37º 0.88% 0.3% -
HSV(B) 230.37º 0.94% 0.57% -
XYZ 5.79 3.11 27.49 -
YUV 37.53 189.21 107.65 -
System Red Green Blue C M Y K H S L
Decimal 9 31 146 0.94 0.79 0 0.43 230.37 0.88 0.3
Hex 9 1F 92 5E 4F 0 2B E6 58 1E
Octal 11 37 222 136 117 0 53 346 130 36
Binary 1001 11111 10010010 1011110 1001111 0 101011 11100110 1011000 11110

Color Harmonies of #091F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F92

Black with #091F92

Text Example


Text Example

White with #091F92

Text Example


Text Example

HTML Codes & Css Web 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>