Html Css Color HEX #13288C Smalt

📋 copy color: '#13288C'

red 19 ◦ green 40 ◦ blue 140

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

Shades of Smalt #13288C

Tints of Smalt #13288C

RGB

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

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

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

R = 9.55%
G = 20.1%
B = 70.35%

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

#13288C (or 0x13288C) is known color: Smalt. HEX triplet: 13, 28 and 8C. RGB value is (19,40,140). Sum of RGB (Red+Green+Blue) = 19+40+140=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #13288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13288C is #ECD773. Grayscale: #2C2C2C. Windows color (decimal): -15521652 or 9185299. OLE color: 9185299.

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

Color convert

RGB 19 40 140 -
CMYK 0.86 0.71 0 0.45
HSL 229.59º 0.76% 0.31% -
HSV(B) 229.59º 0.86% 0.55% -
XYZ 5.76 3.55 25.19 -
YUV 45.12 181.54 109.37 -
System Red Green Blue C M Y K H S L
Decimal 19 40 140 0.86 0.71 0 0.45 229.59 0.76 0.31
Hex 13 28 8C 56 47 0 2D E6 4C 1F
Octal 23 50 214 126 107 0 55 346 114 37
Binary 10011 101000 10001100 1010110 1000111 0 101101 11100110 1001100 11111

Color Harmonies of #13288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13288C

Black with #13288C

Text Example


Text Example

White with #13288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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