Html Css Color HEX #133990 Smalt

📋 copy color: '#133990'

red 19 ◦ green 57 ◦ blue 144

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

Shades of Smalt #133990

Tints of Smalt #133990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

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

R = 8.64%
G = 25.91%
B = 65.45%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#133990 (or 0x133990) is known color: Smalt. HEX triplet: 13, 39 and 90. RGB value is (19,57,144). Sum of RGB (Red+Green+Blue) = 19+57+144=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #133990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133990 is #ECC66F. Grayscale: #373737. Windows color (decimal): -15517296 or 9451795. OLE color: 9451795.

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

Color convert

RGB 19 57 144 -
CMYK 0.87 0.60 0 0.44
HSL 221.76º 0.77% 0.32% -
HSV(B) 221.76º 0.87% 0.56% -
XYZ 6.77 5.08 27.01 -
YUV 55.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 19 57 144 0.87 0.60 0 0.44 221.76 0.77 0.32
Hex 13 39 90 57 3C 0 2C DE 4D 20
Octal 23 71 220 127 74 0 54 336 115 40
Binary 10011 111001 10010000 1010111 111100 0 101100 11011110 1001101 100000

Color Harmonies of #133990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133990

Black with #133990

Text Example


Text Example

White with #133990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133990; }

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

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

background-color css

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

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

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

border-color css

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

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

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