Html Css Color HEX #093791 Smalt

📋 copy color: '#093791'

red 9 ◦ green 55 ◦ blue 145

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

Shades of Smalt #093791

Tints of Smalt #093791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 145 (57.03% from 255) = 69.38%

R = 4.31%
G = 26.32%
B = 69.38%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093791 (or 0x093791) is known color: Smalt. HEX triplet: 09, 37 and 91. RGB value is (9,55,145). Sum of RGB (Red+Green+Blue) = 9+55+145=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #093791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093791 is #F6C86E. Grayscale: #333333. Windows color (decimal): -16173167 or 9516809. OLE color: 9516809.

HSL color Cylindrical-coordinate representation of color #093791: hue angle of 219.71º 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 #093791 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 55 145 -
CMYK 0.94 0.62 0 0.43
HSL 219.71º 0.88% 0.3% -
HSV(B) 219.71º 0.94% 0.57% -
XYZ 6.59 4.83 27.37 -
YUV 51.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 9 55 145 0.94 0.62 0 0.43 219.71 0.88 0.3
Hex 9 37 91 5E 3E 0 2B DC 58 1E
Octal 11 67 221 136 76 0 53 334 130 36
Binary 1001 110111 10010001 1011110 111110 0 101011 11011100 1011000 11110

Color Harmonies of #093791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093791

Black with #093791

Text Example


Text Example

White with #093791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093791; }

 p { color: rgb(9,55,145); }

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

background-color css

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

 a { background-color: rgb(9,55,145); }

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

border-color css

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

 span { border-color: rgb(9,55,145); }

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