Html Css Color HEX #112E8E Smalt

📋 copy color: '#112E8E'

red 17 ◦ green 46 ◦ blue 142

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

Shades of Smalt #112E8E

Tints of Smalt #112E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.44%

 BLUE value IS 142 (55.86% from 255) = 69.27%

R = 8.29%
G = 22.44%
B = 69.27%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#112E8E (or 0x112E8E) is known color: Smalt. HEX triplet: 11, 2E and 8E. RGB value is (17,46,142). Sum of RGB (Red+Green+Blue) = 17+46+142=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #112E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112E8E is #EED171. Grayscale: #2F2F2F. Windows color (decimal): -15651186 or 9317905. OLE color: 9317905.

HSL color Cylindrical-coordinate representation of color #112E8E: hue angle of 226.08º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112E8E is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 46 142 -
CMYK 0.88 0.68 0 0.44
HSL 226.08º 0.79% 0.31% -
HSV(B) 226.08º 0.88% 0.56% -
XYZ 6.09 4.03 26.05 -
YUV 48.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 17 46 142 0.88 0.68 0 0.44 226.08 0.79 0.31
Hex 11 2E 8E 58 44 0 2C E2 4F 1F
Octal 21 56 216 130 104 0 54 342 117 37
Binary 10001 101110 10001110 1011000 1000100 0 101100 11100010 1001111 11111

Color Harmonies of #112E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E8E

Black with #112E8E

Text Example


Text Example

White with #112E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,46,142); }

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

background-color css

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

 a { background-color: rgb(17,46,142); }

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

border-color css

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

 span { border-color: rgb(17,46,142); }

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