Html Css Color HEX #112F88 Smalt

📋 copy color: '#112F88'

red 17 ◦ green 47 ◦ blue 136

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

Shades of Smalt #112F88

Tints of Smalt #112F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.5%

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

R = 8.5%
G = 23.5%
B = 68%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#112F88 (or 0x112F88) is known color: Smalt. HEX triplet: 11, 2F and 88. RGB value is (17,47,136). Sum of RGB (Red+Green+Blue) = 17+47+136=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #112F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F88 is #EED077. Grayscale: #2F2F2F. Windows color (decimal): -15650936 or 8924945. OLE color: 8924945.

HSL color Cylindrical-coordinate representation of color #112F88: hue angle of 224.87º 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 #112F88 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 47 136 -
CMYK 0.87 0.65 0 0.47
HSL 224.87º 0.78% 0.3% -
HSV(B) 224.87º 0.88% 0.53% -
XYZ 5.69 3.93 23.75 -
YUV 48.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 17 47 136 0.87 0.65 0 0.47 224.87 0.78 0.3
Hex 11 2F 88 57 41 0 2F E1 4E 1E
Octal 21 57 210 127 101 0 57 341 116 36
Binary 10001 101111 10001000 1010111 1000001 0 101111 11100001 1001110 11110

Color Harmonies of #112F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F88

Black with #112F88

Text Example


Text Example

White with #112F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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