Html Css Color HEX #133487 Smalt

📋 copy color: '#133487'

red 19 ◦ green 52 ◦ blue 135

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

Shades of Smalt #133487

Tints of Smalt #133487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.24%

 BLUE value IS 135 (53.13% from 255) = 65.53%

R = 9.22%
G = 25.24%
B = 65.53%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133487 (or 0x133487) is known color: Smalt. HEX triplet: 13, 34 and 87. RGB value is (19,52,135). Sum of RGB (Red+Green+Blue) = 19+52+135=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #133487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133487 is #ECCB78. Grayscale: #333333. Windows color (decimal): -15518585 or 8860691. OLE color: 8860691.

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

Color convert

RGB 19 52 135 -
CMYK 0.86 0.61 0 0.47
HSL 222.93º 0.75% 0.3% -
HSV(B) 222.93º 0.86% 0.53% -
XYZ 5.87 4.34 23.45 -
YUV 51.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 19 52 135 0.86 0.61 0 0.47 222.93 0.75 0.3
Hex 13 34 87 56 3D 0 2F DF 4B 1E
Octal 23 64 207 126 75 0 57 337 113 36
Binary 10011 110100 10000111 1010110 111101 0 101111 11011111 1001011 11110

Color Harmonies of #133487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133487

Black with #133487

Text Example


Text Example

White with #133487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133487; }

 p { color: rgb(19,52,135); }

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

background-color css

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

 a { background-color: rgb(19,52,135); }

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

border-color css

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

 span { border-color: rgb(19,52,135); }

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