Html Css Color HEX #113083 Smalt

📋 copy color: '#113083'

red 17 ◦ green 48 ◦ blue 131

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

Shades of Smalt #113083

Tints of Smalt #113083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 131 (51.56% from 255) = 66.84%

R = 8.67%
G = 24.49%
B = 66.84%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113083 (or 0x113083) is known color: Smalt. HEX triplet: 11, 30 and 83. RGB value is (17,48,131). Sum of RGB (Red+Green+Blue) = 17+48+131=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #113083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113083 is #EECF7C. Grayscale: #2F2F2F. Windows color (decimal): -15650685 or 8597521. OLE color: 8597521.

HSL color Cylindrical-coordinate representation of color #113083: hue angle of 223.68º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113083 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 48 131 -
CMYK 0.87 0.63 0 0.49
HSL 223.68º 0.77% 0.29% -
HSV(B) 223.68º 0.87% 0.51% -
XYZ 5.38 3.87 21.94 -
YUV 48.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 17 48 131 0.87 0.63 0 0.49 223.68 0.77 0.29
Hex 11 30 83 57 3F 0 31 E0 4D 1D
Octal 21 60 203 127 77 0 61 340 115 35
Binary 10001 110000 10000011 1010111 111111 0 110001 11100000 1001101 11101

Color Harmonies of #113083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113083

Black with #113083

Text Example


Text Example

White with #113083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113083; }

 p { color: rgb(17,48,131); }

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

background-color css

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

 a { background-color: rgb(17,48,131); }

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

border-color css

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

 span { border-color: rgb(17,48,131); }

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