Html Css Color HEX #091F8D Smalt

📋 copy color: '#091F8D'

red 9 ◦ green 31 ◦ blue 141

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

Shades of Smalt #091F8D

Tints of Smalt #091F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 77.9%

R = 4.97%
G = 17.13%
B = 77.9%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#091F8D (or 0x091F8D) is known color: Smalt. HEX triplet: 09, 1F and 8D. RGB value is (9,31,141). Sum of RGB (Red+Green+Blue) = 9+31+141=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 141 (55.47% from 255 or 77.90% from 181); Max value from RGB is 141 - color contains mainly: blue. Hex color #091F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091F8D is #F6E072. Grayscale: #242424. Windows color (decimal): -16179315 or 9248521. OLE color: 9248521.

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

Color convert

RGB 9 31 141 -
CMYK 0.94 0.78 0 0.45
HSL 230º 0.88% 0.29% -
HSV(B) 230º 0.94% 0.55% -
XYZ 5.41 2.96 25.49 -
YUV 36.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 9 31 141 0.94 0.78 0 0.45 230 0.88 0.29
Hex 9 1F 8D 5E 4E 0 2D E6 58 1D
Octal 11 37 215 136 116 0 55 346 130 35
Binary 1001 11111 10001101 1011110 1001110 0 101101 11100110 1011000 11101

Color Harmonies of #091F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F8D

Black with #091F8D

Text Example


Text Example

White with #091F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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