Html Css Color HEX #13398D Smalt

📋 copy color: '#13398D'

red 19 ◦ green 57 ◦ blue 141

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

Shades of Smalt #13398D

Tints of Smalt #13398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.27%

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

R = 8.76%
G = 26.27%
B = 64.98%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13398D (or 0x13398D) is known color: Smalt. HEX triplet: 13, 39 and 8D. RGB value is (19,57,141). Sum of RGB (Red+Green+Blue) = 19+57+141=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #13398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13398D is #ECC672. Grayscale: #363636. Windows color (decimal): -15517299 or 9255187. OLE color: 9255187.

HSL color Cylindrical-coordinate representation of color #13398D: hue angle of 221.31º 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 #13398D is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 57 141 -
CMYK 0.87 0.60 0 0.45
HSL 221.31º 0.76% 0.31% -
HSV(B) 221.31º 0.87% 0.55% -
XYZ 6.54 4.99 25.82 -
YUV 55.21 176.41 102.17 -
System Red Green Blue C M Y K H S L
Decimal 19 57 141 0.87 0.60 0 0.45 221.31 0.76 0.31
Hex 13 39 8D 57 3C 0 2D DD 4C 1F
Octal 23 71 215 127 74 0 55 335 114 37
Binary 10011 111001 10001101 1010111 111100 0 101101 11011101 1001100 11111

Color Harmonies of #13398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13398D

Black with #13398D

Text Example


Text Example

White with #13398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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