Html Css Color HEX #193A5D Regal Blue

📋 copy color: '#193A5D'

red 25 ◦ green 58 ◦ blue 93

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

Shades of Regal Blue #193A5D

Tints of Regal Blue #193A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

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

R = 14.2%
G = 32.95%
B = 52.84%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#193A5D (or 0x193A5D) is known color: Regal Blue. HEX triplet: 19, 3A and 5D. RGB value is (25,58,93). Sum of RGB (Red+Green+Blue) = 25+58+93=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #193A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A5D is #E6C5A2. Grayscale: #333333. Windows color (decimal): -15123875 or 6109721. OLE color: 6109721.

HSL color Cylindrical-coordinate representation of color #193A5D: hue angle of 210.88º 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 #193A5D is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 58 93 -
CMYK 0.73 0.38 0 0.64
HSL 210.88º 0.58% 0.23% -
HSV(B) 210.88º 0.73% 0.36% -
XYZ 3.89 4.02 10.93 -
YUV 52.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 25 58 93 0.73 0.38 0 0.64 210.88 0.58 0.23
Hex 19 3A 5D 49 26 0 40 D3 3A 17
Octal 31 72 135 111 46 0 100 323 72 27
Binary 11001 111010 1011101 1001001 100110 0 1000000 11010011 111010 10111

Color Harmonies of #193A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A5D

Black with #193A5D

Text Example


Text Example

White with #193A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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