Html Css Color HEX #133389 Smalt

📋 copy color: '#133389'

red 19 ◦ green 51 ◦ blue 137

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

Shades of Smalt #133389

Tints of Smalt #133389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 66.18%

R = 9.18%
G = 24.64%
B = 66.18%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#133389 (or 0x133389) is known color: Smalt. HEX triplet: 13, 33 and 89. RGB value is (19,51,137). Sum of RGB (Red+Green+Blue) = 19+51+137=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #133389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133389 is #ECCC76. Grayscale: #323232. Windows color (decimal): -15518839 or 8991507. OLE color: 8991507.

HSL color Cylindrical-coordinate representation of color #133389: hue angle of 223.73º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133389 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 51 137 -
CMYK 0.86 0.63 0 0.46
HSL 223.73º 0.76% 0.31% -
HSV(B) 223.73º 0.86% 0.54% -
XYZ 5.97 4.31 24.18 -
YUV 51.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 19 51 137 0.86 0.63 0 0.46 223.73 0.76 0.31
Hex 13 33 89 56 3F 0 2E E0 4C 1F
Octal 23 63 211 126 77 0 56 340 114 37
Binary 10011 110011 10001001 1010110 111111 0 101110 11100000 1001100 11111

Color Harmonies of #133389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133389

Black with #133389

Text Example


Text Example

White with #133389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133389; }

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

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

background-color css

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

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

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

border-color css

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

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

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