Html Css Color HEX #193687 Smalt

📋 copy color: '#193687'

red 25 ◦ green 54 ◦ blue 135

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

Shades of Smalt #193687

Tints of Smalt #193687

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.23%

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

R = 11.68%
G = 25.23%
B = 63.08%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193687 (or 0x193687) is known color: Smalt. HEX triplet: 19, 36 and 87. RGB value is (25,54,135). Sum of RGB (Red+Green+Blue) = 25+54+135=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #193687 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193687 is #E6C978. Grayscale: #363636. Windows color (decimal): -15124857 or 8861209. OLE color: 8861209.

HSL color Cylindrical-coordinate representation of color #193687: hue angle of 224.18º 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 #193687 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 54 135 -
CMYK 0.81 0.60 0 0.47
HSL 224.18º 0.69% 0.31% -
HSV(B) 224.18º 0.81% 0.53% -
XYZ 6.09 4.59 23.49 -
YUV 54.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 25 54 135 0.81 0.60 0 0.47 224.18 0.69 0.31
Hex 19 36 87 51 3C 0 2F E0 45 1F
Octal 31 66 207 121 74 0 57 340 105 37
Binary 11001 110110 10000111 1010001 111100 0 101111 11100000 1000101 11111

Color Harmonies of #193687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193687

Black with #193687

Text Example


Text Example

White with #193687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193687; }

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

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

background-color css

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

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

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

border-color css

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

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

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