Html Css Color HEX #132889 Smalt

📋 copy color: '#132889'

red 19 ◦ green 40 ◦ blue 137

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

Shades of Smalt #132889

Tints of Smalt #132889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

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

R = 9.69%
G = 20.41%
B = 69.9%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#132889 (or 0x132889) is known color: Smalt. HEX triplet: 13, 28 and 89. RGB value is (19,40,137). Sum of RGB (Red+Green+Blue) = 19+40+137=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #132889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132889 is #ECD776. Grayscale: #2C2C2C. Windows color (decimal): -15521655 or 8988691. OLE color: 8988691.

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

Color convert

RGB 19 40 137 -
CMYK 0.86 0.71 0 0.46
HSL 229.32º 0.76% 0.31% -
HSV(B) 229.32º 0.86% 0.54% -
XYZ 5.54 3.46 24.04 -
YUV 44.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 19 40 137 0.86 0.71 0 0.46 229.32 0.76 0.31
Hex 13 28 89 56 47 0 2E E5 4C 1F
Octal 23 50 211 126 107 0 56 345 114 37
Binary 10011 101000 10001001 1010110 1000111 0 101110 11100101 1001100 11111

Color Harmonies of #132889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132889

Black with #132889

Text Example


Text Example

White with #132889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132889; }

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

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

background-color css

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

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

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

border-color css

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

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

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