Html Css Color HEX #13378D Smalt

📋 copy color: '#13378D'

red 19 ◦ green 55 ◦ blue 141

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

Shades of Smalt #13378D

Tints of Smalt #13378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.58%

 BLUE value IS 141 (55.47% from 255) = 65.58%

R = 8.84%
G = 25.58%
B = 65.58%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13378D (or 0x13378D) is known color: Smalt. HEX triplet: 13, 37 and 8D. RGB value is (19,55,141). Sum of RGB (Red+Green+Blue) = 19+55+141=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #13378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13378D is #ECC872. Grayscale: #353535. Windows color (decimal): -15517811 or 9254675. OLE color: 9254675.

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

Color convert

RGB 19 55 141 -
CMYK 0.87 0.61 0 0.45
HSL 222.3º 0.76% 0.31% -
HSV(B) 222.3º 0.87% 0.55% -
XYZ 6.44 4.79 25.79 -
YUV 54.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 19 55 141 0.87 0.61 0 0.45 222.3 0.76 0.31
Hex 13 37 8D 57 3D 0 2D DE 4C 1F
Octal 23 67 215 127 75 0 55 336 114 37
Binary 10011 110111 10001101 1010111 111101 0 101101 11011110 1001100 11111

Color Harmonies of #13378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13378D

Black with #13378D

Text Example


Text Example

White with #13378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13378D; }

 p { color: rgb(19,55,141); }

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

background-color css

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

 a { background-color: rgb(19,55,141); }

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

border-color css

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

 span { border-color: rgb(19,55,141); }

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