Html Css Color HEX #113290 Smalt

📋 copy color: '#113290'

red 17 ◦ green 50 ◦ blue 144

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

Shades of Smalt #113290

Tints of Smalt #113290

RGB

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

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

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

R = 8.06%
G = 23.7%
B = 68.25%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#113290 (or 0x113290) is known color: Smalt. HEX triplet: 11, 32 and 90. RGB value is (17,50,144). Sum of RGB (Red+Green+Blue) = 17+50+144=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #113290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113290 is #EECD6F. Grayscale: #323232. Windows color (decimal): -15650160 or 9450001. OLE color: 9450001.

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

Color convert

RGB 17 50 144 -
CMYK 0.88 0.65 0 0.44
HSL 224.41º 0.79% 0.32% -
HSV(B) 224.41º 0.88% 0.56% -
XYZ 6.41 4.41 26.9 -
YUV 50.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 17 50 144 0.88 0.65 0 0.44 224.41 0.79 0.32
Hex 11 32 90 58 41 0 2C E0 4F 20
Octal 21 62 220 130 101 0 54 340 117 40
Binary 10001 110010 10010000 1011000 1000001 0 101100 11100000 1001111 100000

Color Harmonies of #113290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113290

Black with #113290

Text Example


Text Example

White with #113290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113290; }

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

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

background-color css

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

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

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

border-color css

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

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

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