Html Css Color HEX #193950 Regal Blue

📋 copy color: '#193950'

red 25 ◦ green 57 ◦ blue 80

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

Shades of Regal Blue #193950

Tints of Regal Blue #193950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.19%

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

R = 15.43%
G = 35.19%
B = 49.38%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#193950 (or 0x193950) is known color: Regal Blue. HEX triplet: 19, 39 and 50. RGB value is (25,57,80). Sum of RGB (Red+Green+Blue) = 25+57+80=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #193950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193950 is #E6C6AF. Grayscale: #313131. Windows color (decimal): -15124144 or 5257497. OLE color: 5257497.

HSL color Cylindrical-coordinate representation of color #193950: hue angle of 205.09º 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 #193950 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 57 80 -
CMYK 0.69 0.29 0 0.69
HSL 205.09º 0.52% 0.21% -
HSV(B) 205.09º 0.69% 0.31% -
XYZ 3.31 3.71 8.13 -
YUV 50.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 25 57 80 0.69 0.29 0 0.69 205.09 0.52 0.21
Hex 19 39 50 45 1D 0 45 CD 34 15
Octal 31 71 120 105 35 0 105 315 64 25
Binary 11001 111001 1010000 1000101 11101 0 1000101 11001101 110100 10101

Color Harmonies of #193950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193950

Black with #193950

Text Example


Text Example

White with #193950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193950; }

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

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

background-color css

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

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

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

border-color css

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

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

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