Html Css Color HEX #133384 Smalt

📋 copy color: '#133384'

red 19 ◦ green 51 ◦ blue 132

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

Shades of Smalt #133384

Tints of Smalt #133384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

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

R = 9.41%
G = 25.25%
B = 65.35%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#133384 (or 0x133384) is known color: Smalt. HEX triplet: 13, 33 and 84. RGB value is (19,51,132). Sum of RGB (Red+Green+Blue) = 19+51+132=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #133384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133384 is #ECCC7B. Grayscale: #323232. Windows color (decimal): -15518844 or 8663827. OLE color: 8663827.

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

Color convert

RGB 19 51 132 -
CMYK 0.86 0.61 0 0.48
HSL 223.01º 0.75% 0.3% -
HSV(B) 223.01º 0.86% 0.52% -
XYZ 5.62 4.17 22.34 -
YUV 50.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 19 51 132 0.86 0.61 0 0.48 223.01 0.75 0.3
Hex 13 33 84 56 3D 0 30 DF 4B 1E
Octal 23 63 204 126 75 0 60 337 113 36
Binary 10011 110011 10000100 1010110 111101 0 110000 11011111 1001011 11110

Color Harmonies of #133384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133384

Black with #133384

Text Example


Text Example

White with #133384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133384; }

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

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

background-color css

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

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

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

border-color css

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

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

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