Html Css Color HEX #112C8E Smalt

📋 copy color: '#112C8E'

red 17 ◦ green 44 ◦ blue 142

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

Shades of Smalt #112C8E

Tints of Smalt #112C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

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

R = 8.37%
G = 21.67%
B = 69.95%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#112C8E (or 0x112C8E) is known color: Smalt. HEX triplet: 11, 2C and 8E. RGB value is (17,44,142). Sum of RGB (Red+Green+Blue) = 17+44+142=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #112C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112C8E is #EED371. Grayscale: #2E2E2E. Windows color (decimal): -15651698 or 9317393. OLE color: 9317393.

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

Color convert

RGB 17 44 142 -
CMYK 0.88 0.69 0 0.44
HSL 227.04º 0.79% 0.31% -
HSV(B) 227.04º 0.88% 0.56% -
XYZ 6.01 3.87 26.02 -
YUV 47.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 17 44 142 0.88 0.69 0 0.44 227.04 0.79 0.31
Hex 11 2C 8E 58 45 0 2C E3 4F 1F
Octal 21 54 216 130 105 0 54 343 117 37
Binary 10001 101100 10001110 1011000 1000101 0 101100 11100011 1001111 11111

Color Harmonies of #112C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C8E

Black with #112C8E

Text Example


Text Example

White with #112C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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