Html Css Color HEX #193D5D Regal Blue

📋 copy color: '#193D5D'

red 25 ◦ green 61 ◦ blue 93

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

Shades of Regal Blue #193D5D

Tints of Regal Blue #193D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.96%

R = 13.97%
G = 34.08%
B = 51.96%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#193D5D (or 0x193D5D) is known color: Regal Blue. HEX triplet: 19, 3D and 5D. RGB value is (25,61,93). Sum of RGB (Red+Green+Blue) = 25+61+93=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #193D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D5D is #E6C2A2. Grayscale: #353535. Windows color (decimal): -15123107 or 6110489. OLE color: 6110489.

HSL color Cylindrical-coordinate representation of color #193D5D: hue angle of 208.24º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193D5D is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 61 93 -
CMYK 0.73 0.34 0 0.64
HSL 208.24º 0.58% 0.23% -
HSV(B) 208.24º 0.73% 0.36% -
XYZ 4.05 4.33 10.98 -
YUV 53.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 25 61 93 0.73 0.34 0 0.64 208.24 0.58 0.23
Hex 19 3D 5D 49 22 0 40 D0 3A 17
Octal 31 75 135 111 42 0 100 320 72 27
Binary 11001 111101 1011101 1001001 100010 0 1000000 11010000 111010 10111

Color Harmonies of #193D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D5D

Black with #193D5D

Text Example


Text Example

White with #193D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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