Html Css Color HEX #133488 Smalt

📋 copy color: '#133488'

red 19 ◦ green 52 ◦ blue 136

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

Shades of Smalt #133488

Tints of Smalt #133488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 65.7%

R = 9.18%
G = 25.12%
B = 65.7%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133488 (or 0x133488) is known color: Smalt. HEX triplet: 13, 34 and 88. RGB value is (19,52,136). Sum of RGB (Red+Green+Blue) = 19+52+136=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #133488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133488 is #ECCB77. Grayscale: #333333. Windows color (decimal): -15518584 or 8926227. OLE color: 8926227.

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

Color convert

RGB 19 52 136 -
CMYK 0.86 0.62 0 0.47
HSL 223.08º 0.75% 0.3% -
HSV(B) 223.08º 0.86% 0.53% -
XYZ 5.94 4.37 23.82 -
YUV 51.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 19 52 136 0.86 0.62 0 0.47 223.08 0.75 0.3
Hex 13 34 88 56 3E 0 2F DF 4B 1E
Octal 23 64 210 126 76 0 57 337 113 36
Binary 10011 110100 10001000 1010110 111110 0 101111 11011111 1001011 11110

Color Harmonies of #133488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133488

Black with #133488

Text Example


Text Example

White with #133488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133488; }

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

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

background-color css

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

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

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

border-color css

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

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

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