Html Css Color HEX #13398A Smalt

📋 copy color: '#13398A'

red 19 ◦ green 57 ◦ blue 138

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

Shades of Smalt #13398A

Tints of Smalt #13398A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.49%

R = 8.88%
G = 26.64%
B = 64.49%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#13398A (or 0x13398A) is known color: Smalt. HEX triplet: 13, 39 and 8A. RGB value is (19,57,138). Sum of RGB (Red+Green+Blue) = 19+57+138=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #13398A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13398A is #ECC675. Grayscale: #363636. Windows color (decimal): -15517302 or 9058579. OLE color: 9058579.

HSL color Cylindrical-coordinate representation of color #13398A: hue angle of 220.84º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13398A is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 57 138 -
CMYK 0.86 0.59 0 0.46
HSL 220.84º 0.76% 0.31% -
HSV(B) 220.84º 0.86% 0.54% -
XYZ 6.32 4.9 24.66 -
YUV 54.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 19 57 138 0.86 0.59 0 0.46 220.84 0.76 0.31
Hex 13 39 8A 56 3B 0 2E DD 4C 1F
Octal 23 71 212 126 73 0 56 335 114 37
Binary 10011 111001 10001010 1010110 111011 0 101110 11011101 1001100 11111

Color Harmonies of #13398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13398A

Black with #13398A

Text Example


Text Example

White with #13398A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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