Html Css Color HEX #132E8C Smalt

📋 copy color: '#132E8C'

red 19 ◦ green 46 ◦ blue 140

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

Shades of Smalt #132E8C

Tints of Smalt #132E8C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.44%

 BLUE value IS 140 (55.08% from 255) = 68.29%

R = 9.27%
G = 22.44%
B = 68.29%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#132E8C (or 0x132E8C) is known color: Smalt. HEX triplet: 13, 2E and 8C. RGB value is (19,46,140). Sum of RGB (Red+Green+Blue) = 19+46+140=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #132E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132E8C is #ECD173. Grayscale: #303030. Windows color (decimal): -15520116 or 9186835. OLE color: 9186835.

HSL color Cylindrical-coordinate representation of color #132E8C: hue angle of 226.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132E8C is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 46 140 -
CMYK 0.86 0.67 0 0.45
HSL 226.61º 0.76% 0.31% -
HSV(B) 226.61º 0.86% 0.55% -
XYZ 5.98 3.99 25.27 -
YUV 48.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 19 46 140 0.86 0.67 0 0.45 226.61 0.76 0.31
Hex 13 2E 8C 56 43 0 2D E3 4C 1F
Octal 23 56 214 126 103 0 55 343 114 37
Binary 10011 101110 10001100 1010110 1000011 0 101101 11100011 1001100 11111

Color Harmonies of #132E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E8C

Black with #132E8C

Text Example


Text Example

White with #132E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,46,140); }

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

background-color css

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

 a { background-color: rgb(19,46,140); }

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

border-color css

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

 span { border-color: rgb(19,46,140); }

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