Html Css Color HEX #112F8D Smalt

📋 copy color: '#112F8D'

red 17 ◦ green 47 ◦ blue 141

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

Shades of Smalt #112F8D

Tints of Smalt #112F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.78%

R = 8.29%
G = 22.93%
B = 68.78%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#112F8D (or 0x112F8D) is known color: Smalt. HEX triplet: 11, 2F and 8D. RGB value is (17,47,141). Sum of RGB (Red+Green+Blue) = 17+47+141=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #112F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F8D is #EED072. Grayscale: #303030. Windows color (decimal): -15650931 or 9252625. OLE color: 9252625.

HSL color Cylindrical-coordinate representation of color #112F8D: hue angle of 225.48º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112F8D is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 47 141 -
CMYK 0.88 0.67 0 0.45
HSL 225.48º 0.78% 0.31% -
HSV(B) 225.48º 0.88% 0.55% -
XYZ 6.06 4.08 25.67 -
YUV 48.75 180.06 105.36 -
System Red Green Blue C M Y K H S L
Decimal 17 47 141 0.88 0.67 0 0.45 225.48 0.78 0.31
Hex 11 2F 8D 58 43 0 2D E1 4E 1F
Octal 21 57 215 130 103 0 55 341 116 37
Binary 10001 101111 10001101 1011000 1000011 0 101101 11100001 1001110 11111

Color Harmonies of #112F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F8D

Black with #112F8D

Text Example


Text Example

White with #112F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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