Html Css Color HEX #13348D Smalt

📋 copy color: '#13348D'

red 19 ◦ green 52 ◦ blue 141

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

Shades of Smalt #13348D

Tints of Smalt #13348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

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

R = 8.96%
G = 24.53%
B = 66.51%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13348D (or 0x13348D) is known color: Smalt. HEX triplet: 13, 34 and 8D. RGB value is (19,52,141). Sum of RGB (Red+Green+Blue) = 19+52+141=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #13348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13348D is #ECCB72. Grayscale: #333333. Windows color (decimal): -15518579 or 9253907. OLE color: 9253907.

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

Color convert

RGB 19 52 141 -
CMYK 0.87 0.63 0 0.45
HSL 223.77º 0.76% 0.31% -
HSV(B) 223.77º 0.87% 0.55% -
XYZ 6.3 4.52 25.74 -
YUV 52.28 178.07 104.26 -
System Red Green Blue C M Y K H S L
Decimal 19 52 141 0.87 0.63 0 0.45 223.77 0.76 0.31
Hex 13 34 8D 57 3F 0 2D E0 4C 1F
Octal 23 64 215 127 77 0 55 340 114 37
Binary 10011 110100 10001101 1010111 111111 0 101101 11100000 1001100 11111

Color Harmonies of #13348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13348D

Black with #13348D

Text Example


Text Example

White with #13348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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