Html Css Color HEX #113291 Smalt

📋 copy color: '#113291'

red 17 ◦ green 50 ◦ blue 145

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

Shades of Smalt #113291

Tints of Smalt #113291

RGB

 RED value IS 17 (7.03% from 255) = 8.02%

 GREEN value IS 50 (19.92% from 255) = 23.58%

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

R = 8.02%
G = 23.58%
B = 68.4%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113291 (or 0x113291) is known color: Smalt. HEX triplet: 11, 32 and 91. RGB value is (17,50,145). Sum of RGB (Red+Green+Blue) = 17+50+145=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #113291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113291 is #EECD6E. Grayscale: #323232. Windows color (decimal): -15650159 or 9515537. OLE color: 9515537.

HSL color Cylindrical-coordinate representation of color #113291: hue angle of 224.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113291 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 50 145 -
CMYK 0.88 0.66 0 0.43
HSL 224.53º 0.79% 0.32% -
HSV(B) 224.53º 0.88% 0.57% -
XYZ 6.48 4.44 27.3 -
YUV 50.96 181.07 103.78 -
System Red Green Blue C M Y K H S L
Decimal 17 50 145 0.88 0.66 0 0.43 224.53 0.79 0.32
Hex 11 32 91 58 42 0 2B E1 4F 20
Octal 21 62 221 130 102 0 53 341 117 40
Binary 10001 110010 10010001 1011000 1000010 0 101011 11100001 1001111 100000

Color Harmonies of #113291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113291

Black with #113291

Text Example


Text Example

White with #113291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113291; }

 p { color: rgb(17,50,145); }

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

background-color css

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

 a { background-color: rgb(17,50,145); }

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

border-color css

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

 span { border-color: rgb(17,50,145); }

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