Html Css Color HEX #132F88 Smalt

📋 copy color: '#132F88'

red 19 ◦ green 47 ◦ blue 136

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

Shades of Smalt #132F88

Tints of Smalt #132F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.27%

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

R = 9.41%
G = 23.27%
B = 67.33%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#132F88 (or 0x132F88) is known color: Smalt. HEX triplet: 13, 2F and 88. RGB value is (19,47,136). Sum of RGB (Red+Green+Blue) = 19+47+136=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #132F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132F88 is #ECD077. Grayscale: #303030. Windows color (decimal): -15519864 or 8924947. OLE color: 8924947.

HSL color Cylindrical-coordinate representation of color #132F88: hue angle of 225.64º 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 #132F88 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 47 136 -
CMYK 0.86 0.65 0 0.47
HSL 225.64º 0.75% 0.3% -
HSV(B) 225.64º 0.86% 0.53% -
XYZ 5.73 3.95 23.75 -
YUV 48.77 177.22 106.76 -
System Red Green Blue C M Y K H S L
Decimal 19 47 136 0.86 0.65 0 0.47 225.64 0.75 0.3
Hex 13 2F 88 56 41 0 2F E2 4B 1E
Octal 23 57 210 126 101 0 57 342 113 36
Binary 10011 101111 10001000 1010110 1000001 0 101111 11100010 1001011 11110

Color Harmonies of #132F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F88

Black with #132F88

Text Example


Text Example

White with #132F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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