Html Css Color HEX #112D88 Smalt

📋 copy color: '#112D88'

red 17 ◦ green 45 ◦ blue 136

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

Shades of Smalt #112D88

Tints of Smalt #112D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.73%

 BLUE value IS 136 (53.52% from 255) = 68.69%

R = 8.59%
G = 22.73%
B = 68.69%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#112D88 (or 0x112D88) is known color: Smalt. HEX triplet: 11, 2D and 88. RGB value is (17,45,136). Sum of RGB (Red+Green+Blue) = 17+45+136=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #112D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D88 is #EED277. Grayscale: #2E2E2E. Windows color (decimal): -15651448 or 8924433. OLE color: 8924433.

HSL color Cylindrical-coordinate representation of color #112D88: hue angle of 225.88º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112D88 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 45 136 -
CMYK 0.87 0.67 0 0.47
HSL 225.88º 0.78% 0.3% -
HSV(B) 225.88º 0.88% 0.53% -
XYZ 5.61 3.77 23.73 -
YUV 47 178.22 106.6 -
System Red Green Blue C M Y K H S L
Decimal 17 45 136 0.87 0.67 0 0.47 225.88 0.78 0.3
Hex 11 2D 88 57 43 0 2F E2 4E 1E
Octal 21 55 210 127 103 0 57 342 116 36
Binary 10001 101101 10001000 1010111 1000011 0 101111 11100010 1001110 11110

Color Harmonies of #112D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D88

Black with #112D88

Text Example


Text Example

White with #112D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112D88; }

 p { color: rgb(17,45,136); }

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

background-color css

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

 a { background-color: rgb(17,45,136); }

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

border-color css

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

 span { border-color: rgb(17,45,136); }

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