Html Css Color HEX #13338C Smalt

📋 copy color: '#13338C'

red 19 ◦ green 51 ◦ blue 140

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

Shades of Smalt #13338C

Tints of Smalt #13338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.67%

R = 9.05%
G = 24.29%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13338C (or 0x13338C) is known color: Smalt. HEX triplet: 13, 33 and 8C. RGB value is (19,51,140). Sum of RGB (Red+Green+Blue) = 19+51+140=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #13338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13338C is #ECCC73. Grayscale: #333333. Windows color (decimal): -15518836 or 9188115. OLE color: 9188115.

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

Color convert

RGB 19 51 140 -
CMYK 0.86 0.64 0 0.45
HSL 224.13º 0.76% 0.31% -
HSV(B) 224.13º 0.86% 0.55% -
XYZ 6.19 4.4 25.33 -
YUV 51.58 177.9 104.76 -
System Red Green Blue C M Y K H S L
Decimal 19 51 140 0.86 0.64 0 0.45 224.13 0.76 0.31
Hex 13 33 8C 56 40 0 2D E0 4C 1F
Octal 23 63 214 126 100 0 55 340 114 37
Binary 10011 110011 10001100 1010110 1000000 0 101101 11100000 1001100 11111

Color Harmonies of #13338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13338C

Black with #13338C

Text Example


Text Example

White with #13338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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