Html Css Color HEX #112984 Smalt

📋 copy color: '#112984'

red 17 ◦ green 41 ◦ blue 132

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

Shades of Smalt #112984

Tints of Smalt #112984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

 BLUE value IS 132 (51.95% from 255) = 69.47%

R = 8.95%
G = 21.58%
B = 69.47%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#112984 (or 0x112984) is known color: Smalt. HEX triplet: 11, 29 and 84. RGB value is (17,41,132). Sum of RGB (Red+Green+Blue) = 17+41+132=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 132 (51.95% from 255 or 69.47% from 190); Max value from RGB is 132 - color contains mainly: blue. Hex color #112984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112984 is #EED67B. Grayscale: #2B2B2B. Windows color (decimal): -15652476 or 8661265. OLE color: 8661265.

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

Color convert

RGB 17 41 132 -
CMYK 0.87 0.69 0 0.48
HSL 227.48º 0.77% 0.29% -
HSV(B) 227.48º 0.87% 0.52% -
XYZ 5.19 3.37 22.21 -
YUV 44.2 177.55 108.6 -
System Red Green Blue C M Y K H S L
Decimal 17 41 132 0.87 0.69 0 0.48 227.48 0.77 0.29
Hex 11 29 84 57 45 0 30 E3 4D 1D
Octal 21 51 204 127 105 0 60 343 115 35
Binary 10001 101001 10000100 1010111 1000101 0 110000 11100011 1001101 11101

Color Harmonies of #112984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112984

Black with #112984

Text Example


Text Example

White with #112984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112984; }

 p { color: rgb(17,41,132); }

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

background-color css

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

 a { background-color: rgb(17,41,132); }

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

border-color css

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

 span { border-color: rgb(17,41,132); }

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