Html Css Color HEX #193F5D Regal Blue

📋 copy color: '#193F5D'

red 25 ◦ green 63 ◦ blue 93

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

Shades of Regal Blue #193F5D

Tints of Regal Blue #193F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 34.81%

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

R = 13.81%
G = 34.81%
B = 51.38%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#193F5D (or 0x193F5D) is known color: Regal Blue. HEX triplet: 19, 3F and 5D. RGB value is (25,63,93). Sum of RGB (Red+Green+Blue) = 25+63+93=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #193F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F5D is #E6C0A2. Grayscale: #363636. Windows color (decimal): -15122595 or 6111001. OLE color: 6111001.

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

Color convert

RGB 25 63 93 -
CMYK 0.73 0.32 0 0.64
HSL 206.47º 0.58% 0.23% -
HSV(B) 206.47º 0.73% 0.36% -
XYZ 4.15 4.55 11.02 -
YUV 55.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 25 63 93 0.73 0.32 0 0.64 206.47 0.58 0.23
Hex 19 3F 5D 49 20 0 40 CE 3A 17
Octal 31 77 135 111 40 0 100 316 72 27
Binary 11001 111111 1011101 1001001 100000 0 1000000 11001110 111010 10111

Color Harmonies of #193F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F5D

Black with #193F5D

Text Example


Text Example

White with #193F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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