Html Css Color HEX #132888 Smalt

📋 copy color: '#132888'

red 19 ◦ green 40 ◦ blue 136

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

Shades of Smalt #132888

Tints of Smalt #132888

RGB

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

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

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

R = 9.74%
G = 20.51%
B = 69.74%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#132888 (or 0x132888) is known color: Smalt. HEX triplet: 13, 28 and 88. RGB value is (19,40,136). Sum of RGB (Red+Green+Blue) = 19+40+136=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #132888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132888 is #ECD777. Grayscale: #2C2C2C. Windows color (decimal): -15521656 or 8923155. OLE color: 8923155.

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

Color convert

RGB 19 40 136 -
CMYK 0.86 0.71 0 0.47
HSL 229.23º 0.75% 0.3% -
HSV(B) 229.23º 0.86% 0.53% -
XYZ 5.47 3.43 23.67 -
YUV 44.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 19 40 136 0.86 0.71 0 0.47 229.23 0.75 0.3
Hex 13 28 88 56 47 0 2F E5 4B 1E
Octal 23 50 210 126 107 0 57 345 113 36
Binary 10011 101000 10001000 1010110 1000111 0 101111 11100101 1001011 11110

Color Harmonies of #132888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132888

Black with #132888

Text Example


Text Example

White with #132888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132888; }

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

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

background-color css

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

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

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

border-color css

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

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

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