Html Css Color HEX #193D54 Regal Blue

📋 copy color: '#193D54'

red 25 ◦ green 61 ◦ blue 84

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

Shades of Regal Blue #193D54

Tints of Regal Blue #193D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.88%

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 14.71%
G = 35.88%
B = 49.41%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193D54 (or 0x193D54) is known color: Regal Blue. HEX triplet: 19, 3D and 54. RGB value is (25,61,84). Sum of RGB (Red+Green+Blue) = 25+61+84=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #193D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D54 is #E6C2AB. Grayscale: #343434. Windows color (decimal): -15123116 or 5520665. OLE color: 5520665.

HSL color Cylindrical-coordinate representation of color #193D54: hue angle of 203.39º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193D54 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 61 84 -
CMYK 0.70 0.27 0 0.67
HSL 203.39º 0.54% 0.21% -
HSV(B) 203.39º 0.7% 0.33% -
XYZ 3.67 4.18 9 -
YUV 52.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 25 61 84 0.70 0.27 0 0.67 203.39 0.54 0.21
Hex 19 3D 54 46 1B 0 43 CB 36 15
Octal 31 75 124 106 33 0 103 313 66 25
Binary 11001 111101 1010100 1000110 11011 0 1000011 11001011 110110 10101

Color Harmonies of #193D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D54

Black with #193D54

Text Example


Text Example

White with #193D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193D54; }

 p { color: rgb(25,61,84); }

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

background-color css

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

 a { background-color: rgb(25,61,84); }

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

border-color css

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

 span { border-color: rgb(25,61,84); }

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