Html Css Color HEX #132789 Smalt

📋 copy color: '#132789'

red 19 ◦ green 39 ◦ blue 137

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

Shades of Smalt #132789

Tints of Smalt #132789

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

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

R = 9.74%
G = 20%
B = 70.26%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#132789 (or 0x132789) is known color: Smalt. HEX triplet: 13, 27 and 89. RGB value is (19,39,137). Sum of RGB (Red+Green+Blue) = 19+39+137=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #132789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132789 is #ECD876. Grayscale: #2B2B2B. Windows color (decimal): -15521911 or 8988435. OLE color: 8988435.

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

Color convert

RGB 19 39 137 -
CMYK 0.86 0.72 0 0.46
HSL 229.83º 0.76% 0.31% -
HSV(B) 229.83º 0.86% 0.54% -
XYZ 5.51 3.4 24.03 -
YUV 44.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 19 39 137 0.86 0.72 0 0.46 229.83 0.76 0.31
Hex 13 27 89 56 48 0 2E E6 4C 1F
Octal 23 47 211 126 110 0 56 346 114 37
Binary 10011 100111 10001001 1010110 1001000 0 101110 11100110 1001100 11111

Color Harmonies of #132789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132789

Black with #132789

Text Example


Text Example

White with #132789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132789; }

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

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

background-color css

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

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

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

border-color css

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

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

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