Html Css Color HEX #13348E Smalt

📋 copy color: '#13348E'

red 19 ◦ green 52 ◦ blue 142

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

Shades of Smalt #13348E

Tints of Smalt #13348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 66.67%

R = 8.92%
G = 24.41%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13348E (or 0x13348E) is known color: Smalt. HEX triplet: 13, 34 and 8E. RGB value is (19,52,142). Sum of RGB (Red+Green+Blue) = 19+52+142=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #13348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13348E is #ECCB71. Grayscale: #343434. Windows color (decimal): -15518578 or 9319443. OLE color: 9319443.

HSL color Cylindrical-coordinate representation of color #13348E: hue angle of 223.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13348E is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 52 142 -
CMYK 0.87 0.63 0 0.44
HSL 223.9º 0.76% 0.32% -
HSV(B) 223.9º 0.87% 0.56% -
XYZ 6.38 4.55 26.13 -
YUV 52.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 19 52 142 0.87 0.63 0 0.44 223.9 0.76 0.32
Hex 13 34 8E 57 3F 0 2C E0 4C 20
Octal 23 64 216 127 77 0 54 340 114 40
Binary 10011 110100 10001110 1010111 111111 0 101100 11100000 1001100 100000

Color Harmonies of #13348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13348E

Black with #13348E

Text Example


Text Example

White with #13348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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