Html Css Color HEX #13328C Smalt

📋 copy color: '#13328C'

red 19 ◦ green 50 ◦ blue 140

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

Shades of Smalt #13328C

Tints of Smalt #13328C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

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

R = 9.09%
G = 23.92%
B = 66.99%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13328C (or 0x13328C) is known color: Smalt. HEX triplet: 13, 32 and 8C. RGB value is (19,50,140). Sum of RGB (Red+Green+Blue) = 19+50+140=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #13328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13328C is #ECCD73. Grayscale: #323232. Windows color (decimal): -15519092 or 9187859. OLE color: 9187859.

HSL color Cylindrical-coordinate representation of color #13328C: hue angle of 224.63º 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 #13328C is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 50 140 -
CMYK 0.86 0.64 0 0.45
HSL 224.63º 0.76% 0.31% -
HSV(B) 224.63º 0.86% 0.55% -
XYZ 6.14 4.31 25.32 -
YUV 50.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 19 50 140 0.86 0.64 0 0.45 224.63 0.76 0.31
Hex 13 32 8C 56 40 0 2D E1 4C 1F
Octal 23 62 214 126 100 0 55 341 114 37
Binary 10011 110010 10001100 1010110 1000000 0 101101 11100001 1001100 11111

Color Harmonies of #13328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13328C

Black with #13328C

Text Example


Text Example

White with #13328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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