Html Css Color HEX #193488 Smalt

📋 copy color: '#193488'

red 25 ◦ green 52 ◦ blue 136

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

Shades of Smalt #193488

Tints of Smalt #193488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

 BLUE value IS 136 (53.52% from 255) = 63.85%

R = 11.74%
G = 24.41%
B = 63.85%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193488 (or 0x193488) is known color: Smalt. HEX triplet: 19, 34 and 88. RGB value is (25,52,136). Sum of RGB (Red+Green+Blue) = 25+52+136=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #193488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193488 is #E6CB77. Grayscale: #353535. Windows color (decimal): -15125368 or 8926233. OLE color: 8926233.

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

Color convert

RGB 25 52 136 -
CMYK 0.82 0.62 0 0.47
HSL 225.41º 0.69% 0.32% -
HSV(B) 225.41º 0.82% 0.53% -
XYZ 6.07 4.44 23.83 -
YUV 53.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 25 52 136 0.82 0.62 0 0.47 225.41 0.69 0.32
Hex 19 34 88 52 3E 0 2F E1 45 20
Octal 31 64 210 122 76 0 57 341 105 40
Binary 11001 110100 10001000 1010010 111110 0 101111 11100001 1000101 100000

Color Harmonies of #193488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193488

Black with #193488

Text Example


Text Example

White with #193488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193488; }

 p { color: rgb(25,52,136); }

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

background-color css

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

 a { background-color: rgb(25,52,136); }

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

border-color css

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

 span { border-color: rgb(25,52,136); }

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