Html Css Color HEX #13378C Smalt

📋 copy color: '#13378C'

red 19 ◦ green 55 ◦ blue 140

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

Shades of Smalt #13378C

Tints of Smalt #13378C

RGB

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

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

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

R = 8.88%
G = 25.7%
B = 65.42%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13378C (or 0x13378C) is known color: Smalt. HEX triplet: 13, 37 and 8C. RGB value is (19,55,140). Sum of RGB (Red+Green+Blue) = 19+55+140=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #13378C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13378C is #ECC873. Grayscale: #353535. Windows color (decimal): -15517812 or 9189139. OLE color: 9189139.

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

Color convert

RGB 19 55 140 -
CMYK 0.86 0.61 0 0.45
HSL 222.15º 0.76% 0.31% -
HSV(B) 222.15º 0.86% 0.55% -
XYZ 6.37 4.76 25.39 -
YUV 53.93 176.57 103.09 -
System Red Green Blue C M Y K H S L
Decimal 19 55 140 0.86 0.61 0 0.45 222.15 0.76 0.31
Hex 13 37 8C 56 3D 0 2D DE 4C 1F
Octal 23 67 214 126 75 0 55 336 114 37
Binary 10011 110111 10001100 1010110 111101 0 101101 11011110 1001100 11111

Color Harmonies of #13378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13378C

Black with #13378C

Text Example


Text Example

White with #13378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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