Html Css Color HEX #133890 Smalt

📋 copy color: '#133890'

red 19 ◦ green 56 ◦ blue 144

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

Shades of Smalt #133890

Tints of Smalt #133890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

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

R = 8.68%
G = 25.57%
B = 65.75%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#133890 (or 0x133890) is known color: Smalt. HEX triplet: 13, 38 and 90. RGB value is (19,56,144). Sum of RGB (Red+Green+Blue) = 19+56+144=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #133890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133890 is #ECC76F. Grayscale: #363636. Windows color (decimal): -15517552 or 9451539. OLE color: 9451539.

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

Color convert

RGB 19 56 144 -
CMYK 0.87 0.61 0 0.44
HSL 222.24º 0.77% 0.32% -
HSV(B) 222.24º 0.87% 0.56% -
XYZ 6.72 4.98 26.99 -
YUV 54.97 178.24 102.34 -
System Red Green Blue C M Y K H S L
Decimal 19 56 144 0.87 0.61 0 0.44 222.24 0.77 0.32
Hex 13 38 90 57 3D 0 2C DE 4D 20
Octal 23 70 220 127 75 0 54 336 115 40
Binary 10011 111000 10010000 1010111 111101 0 101100 11011110 1001101 100000

Color Harmonies of #133890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133890

Black with #133890

Text Example


Text Example

White with #133890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133890; }

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

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

background-color css

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

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

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

border-color css

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

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

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