Html Css Color HEX #113892 Smalt

📋 copy color: '#113892'

red 17 ◦ green 56 ◦ blue 146

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

Shades of Smalt #113892

Tints of Smalt #113892

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

 BLUE value IS 146 (57.42% from 255) = 66.67%

R = 7.76%
G = 25.57%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113892 (or 0x113892) is known color: Smalt. HEX triplet: 11, 38 and 92. RGB value is (17,56,146). Sum of RGB (Red+Green+Blue) = 17+56+146=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #113892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113892 is #EEC76D. Grayscale: #363636. Windows color (decimal): -15648622 or 9582609. OLE color: 9582609.

HSL color Cylindrical-coordinate representation of color #113892: hue angle of 221.86º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113892 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 56 146 -
CMYK 0.88 0.62 0 0.43
HSL 221.86º 0.79% 0.32% -
HSV(B) 221.86º 0.88% 0.57% -
XYZ 6.83 5.02 27.8 -
YUV 54.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 17 56 146 0.88 0.62 0 0.43 221.86 0.79 0.32
Hex 11 38 92 58 3E 0 2B DE 4F 20
Octal 21 70 222 130 76 0 53 336 117 40
Binary 10001 111000 10010010 1011000 111110 0 101011 11011110 1001111 100000

Color Harmonies of #113892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113892

Black with #113892

Text Example


Text Example

White with #113892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113892; }

 p { color: rgb(17,56,146); }

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

background-color css

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

 a { background-color: rgb(17,56,146); }

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

border-color css

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

 span { border-color: rgb(17,56,146); }

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