Html Css Color HEX #112990 Smalt

📋 copy color: '#112990'

red 17 ◦ green 41 ◦ blue 144

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

Shades of Smalt #112990

Tints of Smalt #112990

RGB

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

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

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

R = 8.42%
G = 20.3%
B = 71.29%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#112990 (or 0x112990) is known color: Smalt. HEX triplet: 11, 29 and 90. RGB value is (17,41,144). Sum of RGB (Red+Green+Blue) = 17+41+144=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #112990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112990 is #EED66F. Grayscale: #2D2D2D. Windows color (decimal): -15652464 or 9447697. OLE color: 9447697.

HSL color Cylindrical-coordinate representation of color #112990: hue angle of 228.66º 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 #112990 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 41 144 -
CMYK 0.88 0.72 0 0.44
HSL 228.66º 0.79% 0.32% -
HSV(B) 228.66º 0.88% 0.56% -
XYZ 6.06 3.72 26.78 -
YUV 45.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 17 41 144 0.88 0.72 0 0.44 228.66 0.79 0.32
Hex 11 29 90 58 48 0 2C E5 4F 20
Octal 21 51 220 130 110 0 54 345 117 40
Binary 10001 101001 10010000 1011000 1001000 0 101100 11100101 1001111 100000

Color Harmonies of #112990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112990

Black with #112990

Text Example


Text Example

White with #112990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112990; }

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

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

background-color css

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

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

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

border-color css

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

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

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