Html Css Color HEX #113292 Smalt

📋 copy color: '#113292'

red 17 ◦ green 50 ◦ blue 146

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

Shades of Smalt #113292

Tints of Smalt #113292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 7.98%
G = 23.47%
B = 68.54%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113292 (or 0x113292) is known color: Smalt. HEX triplet: 11, 32 and 92. RGB value is (17,50,146). Sum of RGB (Red+Green+Blue) = 17+50+146=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #113292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113292 is #EECD6D. Grayscale: #323232. Windows color (decimal): -15650158 or 9581073. OLE color: 9581073.

HSL color Cylindrical-coordinate representation of color #113292: hue angle of 224.65º 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 #113292 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 50 146 -
CMYK 0.88 0.66 0 0.43
HSL 224.65º 0.79% 0.32% -
HSV(B) 224.65º 0.88% 0.57% -
XYZ 6.56 4.48 27.71 -
YUV 51.08 181.57 103.69 -
System Red Green Blue C M Y K H S L
Decimal 17 50 146 0.88 0.66 0 0.43 224.65 0.79 0.32
Hex 11 32 92 58 42 0 2B E1 4F 20
Octal 21 62 222 130 102 0 53 341 117 40
Binary 10001 110010 10010010 1011000 1000010 0 101011 11100001 1001111 100000

Color Harmonies of #113292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113292

Black with #113292

Text Example


Text Example

White with #113292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113292; }

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

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

background-color css

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

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

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

border-color css

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

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

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