Html Css Color HEX #133186 Smalt

📋 copy color: '#133186'

red 19 ◦ green 49 ◦ blue 134

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

Shades of Smalt #133186

Tints of Smalt #133186

RGB

 RED value IS 19 (7.81% from 255) = 9.41%

 GREEN value IS 49 (19.53% from 255) = 24.26%

 BLUE value IS 134 (52.73% from 255) = 66.34%

R = 9.41%
G = 24.26%
B = 66.34%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133186 (or 0x133186) is known color: Smalt. HEX triplet: 13, 31 and 86. RGB value is (19,49,134). Sum of RGB (Red+Green+Blue) = 19+49+134=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #133186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133186 is #ECCE79. Grayscale: #313131. Windows color (decimal): -15519354 or 8794387. OLE color: 8794387.

HSL color Cylindrical-coordinate representation of color #133186: hue angle of 224.35º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133186 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 49 134 -
CMYK 0.86 0.63 0 0.47
HSL 224.35º 0.75% 0.3% -
HSV(B) 224.35º 0.86% 0.53% -
XYZ 5.67 4.06 23.04 -
YUV 49.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 19 49 134 0.86 0.63 0 0.47 224.35 0.75 0.3
Hex 13 31 86 56 3F 0 2F E0 4B 1E
Octal 23 61 206 126 77 0 57 340 113 36
Binary 10011 110001 10000110 1010110 111111 0 101111 11100000 1001011 11110

Color Harmonies of #133186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133186

Black with #133186

Text Example


Text Example

White with #133186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133186; }

 p { color: rgb(19,49,134); }

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

background-color css

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

 a { background-color: rgb(19,49,134); }

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

border-color css

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

 span { border-color: rgb(19,49,134); }

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