Html Css Color HEX #193A51 Regal Blue

📋 copy color: '#193A51'

red 25 ◦ green 58 ◦ blue 81

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

Shades of Regal Blue #193A51

Tints of Regal Blue #193A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 15.24%
G = 35.37%
B = 49.39%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#193A51 (or 0x193A51) is known color: Regal Blue. HEX triplet: 19, 3A and 51. RGB value is (25,58,81). Sum of RGB (Red+Green+Blue) = 25+58+81=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #193A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A51 is #E6C5AE. Grayscale: #323232. Windows color (decimal): -15123887 or 5323289. OLE color: 5323289.

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

Color convert

RGB 25 58 81 -
CMYK 0.69 0.28 0 0.68
HSL 204.64º 0.53% 0.21% -
HSV(B) 204.64º 0.69% 0.32% -
XYZ 3.4 3.83 8.34 -
YUV 50.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 25 58 81 0.69 0.28 0 0.68 204.64 0.53 0.21
Hex 19 3A 51 45 1C 0 44 CD 35 15
Octal 31 72 121 105 34 0 104 315 65 25
Binary 11001 111010 1010001 1000101 11100 0 1000100 11001101 110101 10101

Color Harmonies of #193A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A51

Black with #193A51

Text Example


Text Example

White with #193A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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