Html Css Color HEX #133182 Smalt

📋 copy color: '#133182'

red 19 ◦ green 49 ◦ blue 130

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

Shades of Smalt #133182

Tints of Smalt #133182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.75%

 BLUE value IS 130 (51.17% from 255) = 65.66%

R = 9.6%
G = 24.75%
B = 65.66%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133182 (or 0x133182) is known color: Smalt. HEX triplet: 13, 31 and 82. RGB value is (19,49,130). Sum of RGB (Red+Green+Blue) = 19+49+130=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #133182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133182 is #ECCE7D. Grayscale: #303030. Windows color (decimal): -15519358 or 8532243. OLE color: 8532243.

HSL color Cylindrical-coordinate representation of color #133182: hue angle of 223.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133182 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 49 130 -
CMYK 0.85 0.62 0 0.49
HSL 223.78º 0.74% 0.29% -
HSV(B) 223.78º 0.85% 0.51% -
XYZ 5.4 3.95 21.6 -
YUV 49.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 19 49 130 0.85 0.62 0 0.49 223.78 0.74 0.29
Hex 13 31 82 55 3E 0 31 E0 4A 1D
Octal 23 61 202 125 76 0 61 340 112 35
Binary 10011 110001 10000010 1010101 111110 0 110001 11100000 1001010 11101

Color Harmonies of #133182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133182

Black with #133182

Text Example


Text Example

White with #133182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133182; }

 p { color: rgb(19,49,130); }

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

background-color css

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

 a { background-color: rgb(19,49,130); }

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

border-color css

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

 span { border-color: rgb(19,49,130); }

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