Html Css Color HEX #133586 Smalt

📋 copy color: '#133586'

red 19 ◦ green 53 ◦ blue 134

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

Shades of Smalt #133586

Tints of Smalt #133586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 9.22%
G = 25.73%
B = 65.05%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133586 (or 0x133586) is known color: Smalt. HEX triplet: 13, 35 and 86. RGB value is (19,53,134). Sum of RGB (Red+Green+Blue) = 19+53+134=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #133586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133586 is #ECCA79. Grayscale: #333333. Windows color (decimal): -15518330 or 8795411. OLE color: 8795411.

HSL color Cylindrical-coordinate representation of color #133586: hue angle of 222.26º 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 #133586 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 53 134 -
CMYK 0.86 0.60 0 0.47
HSL 222.26º 0.75% 0.3% -
HSV(B) 222.26º 0.86% 0.53% -
XYZ 5.84 4.41 23.1 -
YUV 52.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 19 53 134 0.86 0.60 0 0.47 222.26 0.75 0.3
Hex 13 35 86 56 3C 0 2F DE 4B 1E
Octal 23 65 206 126 74 0 57 336 113 36
Binary 10011 110101 10000110 1010110 111100 0 101111 11011110 1001011 11110

Color Harmonies of #133586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133586

Black with #133586

Text Example


Text Example

White with #133586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133586; }

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

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

background-color css

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

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

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

border-color css

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

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

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