Html Css Color HEX #132C88 Smalt

📋 copy color: '#132C88'

red 19 ◦ green 44 ◦ blue 136

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

Shades of Smalt #132C88

Tints of Smalt #132C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.11%

 BLUE value IS 136 (53.52% from 255) = 68.34%

R = 9.55%
G = 22.11%
B = 68.34%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#132C88 (or 0x132C88) is known color: Smalt. HEX triplet: 13, 2C and 88. RGB value is (19,44,136). Sum of RGB (Red+Green+Blue) = 19+44+136=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #132C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C88 is #ECD377. Grayscale: #2E2E2E. Windows color (decimal): -15520632 or 8924179. OLE color: 8924179.

HSL color Cylindrical-coordinate representation of color #132C88: hue angle of 227.18º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132C88 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 44 136 -
CMYK 0.86 0.68 0 0.47
HSL 227.18º 0.75% 0.3% -
HSV(B) 227.18º 0.86% 0.53% -
XYZ 5.61 3.72 23.71 -
YUV 47.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 19 44 136 0.86 0.68 0 0.47 227.18 0.75 0.3
Hex 13 2C 88 56 44 0 2F E3 4B 1E
Octal 23 54 210 126 104 0 57 343 113 36
Binary 10011 101100 10001000 1010110 1000100 0 101111 11100011 1001011 11110

Color Harmonies of #132C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C88

Black with #132C88

Text Example


Text Example

White with #132C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132C88; }

 p { color: rgb(19,44,136); }

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

background-color css

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

 a { background-color: rgb(19,44,136); }

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

border-color css

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

 span { border-color: rgb(19,44,136); }

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