Html Css Color HEX #13288B Smalt

📋 copy color: '#13288B'

red 19 ◦ green 40 ◦ blue 139

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

Shades of Smalt #13288B

Tints of Smalt #13288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

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

R = 9.6%
G = 20.2%
B = 70.2%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13288B (or 0x13288B) is known color: Smalt. HEX triplet: 13, 28 and 8B. RGB value is (19,40,139). Sum of RGB (Red+Green+Blue) = 19+40+139=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #13288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13288B is #ECD774. Grayscale: #2C2C2C. Windows color (decimal): -15521653 or 9119763. OLE color: 9119763.

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

Color convert

RGB 19 40 139 -
CMYK 0.86 0.71 0 0.45
HSL 229.5º 0.76% 0.31% -
HSV(B) 229.5º 0.86% 0.55% -
XYZ 5.69 3.52 24.81 -
YUV 45.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 19 40 139 0.86 0.71 0 0.45 229.5 0.76 0.31
Hex 13 28 8B 56 47 0 2D E6 4C 1F
Octal 23 50 213 126 107 0 55 346 114 37
Binary 10011 101000 10001011 1010110 1000111 0 101101 11100110 1001100 11111

Color Harmonies of #13288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13288B

Black with #13288B

Text Example


Text Example

White with #13288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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