Html Css Color HEX #193A50 Regal Blue

📋 copy color: '#193A50'

red 25 ◦ green 58 ◦ blue 80

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

Shades of Regal Blue #193A50

Tints of Regal Blue #193A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 49.08%

R = 15.34%
G = 35.58%
B = 49.08%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#193A50 (or 0x193A50) is known color: Regal Blue. HEX triplet: 19, 3A and 50. RGB value is (25,58,80). Sum of RGB (Red+Green+Blue) = 25+58+80=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #193A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A50 is #E6C5AF. Grayscale: #323232. Windows color (decimal): -15123888 or 5257753. OLE color: 5257753.

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

Color convert

RGB 25 58 80 -
CMYK 0.69 0.28 0 0.69
HSL 204º 0.52% 0.21% -
HSV(B) 204º 0.69% 0.31% -
XYZ 3.36 3.81 8.15 -
YUV 50.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 25 58 80 0.69 0.28 0 0.69 204 0.52 0.21
Hex 19 3A 50 45 1C 0 45 CC 34 15
Octal 31 72 120 105 34 0 105 314 64 25
Binary 11001 111010 1010000 1000101 11100 0 1000101 11001100 110100 10101

Color Harmonies of #193A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A50

Black with #193A50

Text Example


Text Example

White with #193A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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