Html Css Color HEX #193552 Regal Blue

📋 copy color: '#193552'

red 25 ◦ green 53 ◦ blue 82

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

Shades of Regal Blue #193552

Tints of Regal Blue #193552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

 BLUE value IS 82 (32.42% from 255) = 51.25%

R = 15.63%
G = 33.13%
B = 51.25%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#193552 (or 0x193552) is known color: Regal Blue. HEX triplet: 19, 35 and 52. RGB value is (25,53,82). Sum of RGB (Red+Green+Blue) = 25+53+82=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #193552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193552 is #E6CAAD. Grayscale: #2F2F2F. Windows color (decimal): -15125166 or 5387545. OLE color: 5387545.

HSL color Cylindrical-coordinate representation of color #193552: hue angle of 210.53º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193552 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 53 82 -
CMYK 0.70 0.35 0 0.68
HSL 210.53º 0.53% 0.21% -
HSV(B) 210.53º 0.7% 0.32% -
XYZ 3.2 3.36 8.46 -
YUV 47.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 25 53 82 0.70 0.35 0 0.68 210.53 0.53 0.21
Hex 19 35 52 46 23 0 44 D3 35 15
Octal 31 65 122 106 43 0 104 323 65 25
Binary 11001 110101 1010010 1000110 100011 0 1000100 11010011 110101 10101

Color Harmonies of #193552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193552

Black with #193552

Text Example


Text Example

White with #193552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193552; }

 p { color: rgb(25,53,82); }

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

background-color css

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

 a { background-color: rgb(25,53,82); }

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

border-color css

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

 span { border-color: rgb(25,53,82); }

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