Html Css Color HEX #091F90 Smalt

📋 copy color: '#091F90'

red 9 ◦ green 31 ◦ blue 144

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

Shades of Smalt #091F90

Tints of Smalt #091F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.85%

 BLUE value IS 144 (56.64% from 255) = 78.26%

R = 4.89%
G = 16.85%
B = 78.26%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#091F90 (or 0x091F90) is known color: Smalt. HEX triplet: 09, 1F and 90. RGB value is (9,31,144). Sum of RGB (Red+Green+Blue) = 9+31+144=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #091F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091F90 is #F6E06F. Grayscale: #242424. Windows color (decimal): -16179312 or 9445129. OLE color: 9445129.

HSL color Cylindrical-coordinate representation of color #091F90: hue angle of 230.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091F90 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 31 144 -
CMYK 0.94 0.78 0 0.44
HSL 230.22º 0.88% 0.3% -
HSV(B) 230.22º 0.94% 0.56% -
XYZ 5.64 3.05 26.68 -
YUV 37.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 9 31 144 0.94 0.78 0 0.44 230.22 0.88 0.3
Hex 9 1F 90 5E 4E 0 2C E6 58 1E
Octal 11 37 220 136 116 0 54 346 130 36
Binary 1001 11111 10010000 1011110 1001110 0 101100 11100110 1011000 11110

Color Harmonies of #091F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F90

Black with #091F90

Text Example


Text Example

White with #091F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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