Html Css Color HEX #133390 Smalt

📋 copy color: '#133390'

red 19 ◦ green 51 ◦ blue 144

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

Shades of Smalt #133390

Tints of Smalt #133390

RGB

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

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

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

R = 8.88%
G = 23.83%
B = 67.29%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#133390 (or 0x133390) is known color: Smalt. HEX triplet: 13, 33 and 90. RGB value is (19,51,144). Sum of RGB (Red+Green+Blue) = 19+51+144=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #133390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133390 is #ECCC6F. Grayscale: #333333. Windows color (decimal): -15518832 or 9450259. OLE color: 9450259.

HSL color Cylindrical-coordinate representation of color #133390: hue angle of 224.64º 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 #133390 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 51 144 -
CMYK 0.87 0.65 0 0.44
HSL 224.64º 0.77% 0.32% -
HSV(B) 224.64º 0.87% 0.56% -
XYZ 6.49 4.52 26.92 -
YUV 52.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 19 51 144 0.87 0.65 0 0.44 224.64 0.77 0.32
Hex 13 33 90 57 41 0 2C E1 4D 20
Octal 23 63 220 127 101 0 54 341 115 40
Binary 10011 110011 10010000 1010111 1000001 0 101100 11100001 1001101 100000

Color Harmonies of #133390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133390

Black with #133390

Text Example


Text Example

White with #133390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133390; }

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

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

background-color css

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

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

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

border-color css

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

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

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