Html Css Color HEX #112B8A Smalt

📋 copy color: '#112B8A'

red 17 ◦ green 43 ◦ blue 138

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

Shades of Smalt #112B8A

Tints of Smalt #112B8A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.72%

 BLUE value IS 138 (54.3% from 255) = 69.7%

R = 8.59%
G = 21.72%
B = 69.7%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#112B8A (or 0x112B8A) is known color: Smalt. HEX triplet: 11, 2B and 8A. RGB value is (17,43,138). Sum of RGB (Red+Green+Blue) = 17+43+138=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #112B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B8A is #EED475. Grayscale: #2D2D2D. Windows color (decimal): -15651958 or 9054993. OLE color: 9054993.

HSL color Cylindrical-coordinate representation of color #112B8A: hue angle of 227.11º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112B8A is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 43 138 -
CMYK 0.88 0.69 0 0.46
HSL 227.11º 0.78% 0.3% -
HSV(B) 227.11º 0.88% 0.54% -
XYZ 5.68 3.68 24.46 -
YUV 46.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 17 43 138 0.88 0.69 0 0.46 227.11 0.78 0.3
Hex 11 2B 8A 58 45 0 2E E3 4E 1E
Octal 21 53 212 130 105 0 56 343 116 36
Binary 10001 101011 10001010 1011000 1000101 0 101110 11100011 1001110 11110

Color Harmonies of #112B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B8A

Black with #112B8A

Text Example


Text Example

White with #112B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,138); }

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

background-color css

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

 a { background-color: rgb(17,43,138); }

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

border-color css

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

 span { border-color: rgb(17,43,138); }

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