Html Css Color HEX #133590 Smalt

📋 copy color: '#133590'

red 19 ◦ green 53 ◦ blue 144

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

Shades of Smalt #133590

Tints of Smalt #133590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 144 (56.64% from 255) = 66.67%

R = 8.8%
G = 24.54%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#133590 (or 0x133590) is known color: Smalt. HEX triplet: 13, 35 and 90. RGB value is (19,53,144). Sum of RGB (Red+Green+Blue) = 19+53+144=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #133590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133590 is #ECCA6F. Grayscale: #343434. Windows color (decimal): -15518320 or 9450771. OLE color: 9450771.

HSL color Cylindrical-coordinate representation of color #133590: hue angle of 223.68º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133590 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 53 144 -
CMYK 0.87 0.63 0 0.44
HSL 223.68º 0.77% 0.32% -
HSV(B) 223.68º 0.87% 0.56% -
XYZ 6.58 4.7 26.95 -
YUV 53.21 179.24 103.6 -
System Red Green Blue C M Y K H S L
Decimal 19 53 144 0.87 0.63 0 0.44 223.68 0.77 0.32
Hex 13 35 90 57 3F 0 2C E0 4D 20
Octal 23 65 220 127 77 0 54 340 115 40
Binary 10011 110101 10010000 1010111 111111 0 101100 11100000 1001101 100000

Color Harmonies of #133590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133590

Black with #133590

Text Example


Text Example

White with #133590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133590; }

 p { color: rgb(19,53,144); }

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

background-color css

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

 a { background-color: rgb(19,53,144); }

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

border-color css

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

 span { border-color: rgb(19,53,144); }

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