Html Css Color HEX #132F89 Smalt

📋 copy color: '#132F89'

red 19 ◦ green 47 ◦ blue 137

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

Shades of Smalt #132F89

Tints of Smalt #132F89

RGB

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

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

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

R = 9.36%
G = 23.15%
B = 67.49%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#132F89 (or 0x132F89) is known color: Smalt. HEX triplet: 13, 2F and 89. RGB value is (19,47,137). Sum of RGB (Red+Green+Blue) = 19+47+137=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #132F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132F89 is #ECD076. Grayscale: #303030. Windows color (decimal): -15519863 or 8990483. OLE color: 8990483.

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

Color convert

RGB 19 47 137 -
CMYK 0.86 0.66 0 0.46
HSL 225.76º 0.76% 0.31% -
HSV(B) 225.76º 0.86% 0.54% -
XYZ 5.8 3.98 24.13 -
YUV 48.89 177.72 106.68 -
System Red Green Blue C M Y K H S L
Decimal 19 47 137 0.86 0.66 0 0.46 225.76 0.76 0.31
Hex 13 2F 89 56 42 0 2E E2 4C 1F
Octal 23 57 211 126 102 0 56 342 114 37
Binary 10011 101111 10001001 1010110 1000010 0 101110 11100010 1001100 11111

Color Harmonies of #132F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F89

Black with #132F89

Text Example


Text Example

White with #132F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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