Html Css Color HEX #133284 Smalt

📋 copy color: '#133284'

red 19 ◦ green 50 ◦ blue 132

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

Shades of Smalt #133284

Tints of Smalt #133284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 65.67%

R = 9.45%
G = 24.88%
B = 65.67%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#133284 (or 0x133284) is known color: Smalt. HEX triplet: 13, 32 and 84. RGB value is (19,50,132). Sum of RGB (Red+Green+Blue) = 19+50+132=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #133284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133284 is #ECCD7B. Grayscale: #313131. Windows color (decimal): -15519100 or 8663571. OLE color: 8663571.

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

Color convert

RGB 19 50 132 -
CMYK 0.86 0.62 0 0.48
HSL 223.54º 0.75% 0.3% -
HSV(B) 223.54º 0.86% 0.52% -
XYZ 5.57 4.09 22.32 -
YUV 50.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 19 50 132 0.86 0.62 0 0.48 223.54 0.75 0.3
Hex 13 32 84 56 3E 0 30 E0 4B 1E
Octal 23 62 204 126 76 0 60 340 113 36
Binary 10011 110010 10000100 1010110 111110 0 110000 11100000 1001011 11110

Color Harmonies of #133284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133284

Black with #133284

Text Example


Text Example

White with #133284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133284; }

 p { color: rgb(19,50,132); }

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

background-color css

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

 a { background-color: rgb(19,50,132); }

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

border-color css

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

 span { border-color: rgb(19,50,132); }

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