Html Css Color HEX #193387 Smalt

📋 copy color: '#193387'

red 25 ◦ green 51 ◦ blue 135

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

Shades of Smalt #193387

Tints of Smalt #193387

RGB

 RED value IS 25 (10.16% from 255) = 11.85%

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

 BLUE value IS 135 (53.13% from 255) = 63.98%

R = 11.85%
G = 24.17%
B = 63.98%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193387 (or 0x193387) is known color: Smalt. HEX triplet: 19, 33 and 87. RGB value is (25,51,135). Sum of RGB (Red+Green+Blue) = 25+51+135=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #193387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193387 is #E6CC78. Grayscale: #343434. Windows color (decimal): -15125625 or 8860441. OLE color: 8860441.

HSL color Cylindrical-coordinate representation of color #193387: hue angle of 225.82º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193387 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 51 135 -
CMYK 0.81 0.62 0 0.47
HSL 225.82º 0.69% 0.31% -
HSV(B) 225.82º 0.81% 0.53% -
XYZ 5.96 4.32 23.44 -
YUV 52.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 25 51 135 0.81 0.62 0 0.47 225.82 0.69 0.31
Hex 19 33 87 51 3E 0 2F E2 45 1F
Octal 31 63 207 121 76 0 57 342 105 37
Binary 11001 110011 10000111 1010001 111110 0 101111 11100010 1000101 11111

Color Harmonies of #193387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193387

Black with #193387

Text Example


Text Example

White with #193387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193387; }

 p { color: rgb(25,51,135); }

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

background-color css

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

 a { background-color: rgb(25,51,135); }

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

border-color css

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

 span { border-color: rgb(25,51,135); }

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