Html Css Color HEX #133889 Smalt

📋 copy color: '#133889'

red 19 ◦ green 56 ◦ blue 137

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

Shades of Smalt #133889

Tints of Smalt #133889

RGB

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

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

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

R = 8.96%
G = 26.42%
B = 64.62%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#133889 (or 0x133889) is known color: Smalt. HEX triplet: 13, 38 and 89. RGB value is (19,56,137). Sum of RGB (Red+Green+Blue) = 19+56+137=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #133889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133889 is #ECC776. Grayscale: #353535. Windows color (decimal): -15517559 or 8992787. OLE color: 8992787.

HSL color Cylindrical-coordinate representation of color #133889: hue angle of 221.19º 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 #133889 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 56 137 -
CMYK 0.86 0.59 0 0.46
HSL 221.19º 0.76% 0.31% -
HSV(B) 221.19º 0.86% 0.54% -
XYZ 6.2 4.77 24.26 -
YUV 54.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 19 56 137 0.86 0.59 0 0.46 221.19 0.76 0.31
Hex 13 38 89 56 3B 0 2E DD 4C 1F
Octal 23 70 211 126 73 0 56 335 114 37
Binary 10011 111000 10001001 1010110 111011 0 101110 11011101 1001100 11111

Color Harmonies of #133889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133889

Black with #133889

Text Example


Text Example

White with #133889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133889; }

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

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

background-color css

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

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

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

border-color css

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

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

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