Html Css Color HEX #13348B Smalt

📋 copy color: '#13348B'

red 19 ◦ green 52 ◦ blue 139

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

Shades of Smalt #13348B

Tints of Smalt #13348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 9.05%
G = 24.76%
B = 66.19%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13348B (or 0x13348B) is known color: Smalt. HEX triplet: 13, 34 and 8B. RGB value is (19,52,139). Sum of RGB (Red+Green+Blue) = 19+52+139=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #13348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13348B is #ECCB74. Grayscale: #333333. Windows color (decimal): -15518581 or 9122835. OLE color: 9122835.

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

Color convert

RGB 19 52 139 -
CMYK 0.86 0.63 0 0.45
HSL 223.5º 0.76% 0.31% -
HSV(B) 223.5º 0.86% 0.55% -
XYZ 6.16 4.46 24.96 -
YUV 52.05 177.07 104.43 -
System Red Green Blue C M Y K H S L
Decimal 19 52 139 0.86 0.63 0 0.45 223.5 0.76 0.31
Hex 13 34 8B 56 3F 0 2D E0 4C 1F
Octal 23 64 213 126 77 0 55 340 114 37
Binary 10011 110100 10001011 1010110 111111 0 101101 11100000 1001100 11111

Color Harmonies of #13348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13348B

Black with #13348B

Text Example


Text Example

White with #13348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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