Html Css Color HEX #133A91 Smalt

📋 copy color: '#133A91'

red 19 ◦ green 58 ◦ blue 145

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

Shades of Smalt #133A91

Tints of Smalt #133A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.13%

 BLUE value IS 145 (57.03% from 255) = 65.32%

R = 8.56%
G = 26.13%
B = 65.32%

CMYK

 C value IS 0.87

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133A91 (or 0x133A91) is known color: Smalt. HEX triplet: 13, 3A and 91. RGB value is (19,58,145). Sum of RGB (Red+Green+Blue) = 19+58+145=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #133A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A91 is #ECC56E. Grayscale: #373737. Windows color (decimal): -15517039 or 9517587. OLE color: 9517587.

HSL color Cylindrical-coordinate representation of color #133A91: hue angle of 221.43º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133A91 is Cyan = 0.87, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 58 145 -
CMYK 0.87 0.6 0 0.43
HSL 221.43º 0.77% 0.32% -
HSV(B) 221.43º 0.87% 0.57% -
XYZ 6.89 5.21 27.43 -
YUV 56.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 19 58 145 0.87 0.6 0 0.43 221.43 0.77 0.32
Hex 13 3A 91 57 3C 0 2B DD 4D 20
Octal 23 72 221 127 74 0 53 335 115 40
Binary 10011 111010 10010001 1010111 111100 0 101011 11011101 1001101 100000

Color Harmonies of #133A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A91

Black with #133A91

Text Example


Text Example

White with #133A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A91; }

 p { color: rgb(19,58,145); }

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

background-color css

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

 a { background-color: rgb(19,58,145); }

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

border-color css

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

 span { border-color: rgb(19,58,145); }

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