Html Css Color HEX #13338A Smalt

📋 copy color: '#13338A'

red 19 ◦ green 51 ◦ blue 138

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

Shades of Smalt #13338A

Tints of Smalt #13338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 9.13%
G = 24.52%
B = 66.35%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#13338A (or 0x13338A) is known color: Smalt. HEX triplet: 13, 33 and 8A. RGB value is (19,51,138). Sum of RGB (Red+Green+Blue) = 19+51+138=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #13338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13338A is #ECCC75. Grayscale: #323232. Windows color (decimal): -15518838 or 9057043. OLE color: 9057043.

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

Color convert

RGB 19 51 138 -
CMYK 0.86 0.63 0 0.46
HSL 223.87º 0.76% 0.31% -
HSV(B) 223.87º 0.86% 0.54% -
XYZ 6.04 4.34 24.56 -
YUV 51.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 19 51 138 0.86 0.63 0 0.46 223.87 0.76 0.31
Hex 13 33 8A 56 3F 0 2E E0 4C 1F
Octal 23 63 212 126 77 0 56 340 114 37
Binary 10011 110011 10001010 1010110 111111 0 101110 11100000 1001100 11111

Color Harmonies of #13338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13338A

Black with #13338A

Text Example


Text Example

White with #13338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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