Html Css Color HEX #19375D Regal Blue

📋 copy color: '#19375D'

red 25 ◦ green 55 ◦ blue 93

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

Shades of Regal Blue #19375D

Tints of Regal Blue #19375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.79%

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

R = 14.45%
G = 31.79%
B = 53.76%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19375D (or 0x19375D) is known color: Regal Blue. HEX triplet: 19, 37 and 5D. RGB value is (25,55,93). Sum of RGB (Red+Green+Blue) = 25+55+93=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #19375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19375D is #E6C8A2. Grayscale: #323232. Windows color (decimal): -15124643 or 6108953. OLE color: 6108953.

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

Color convert

RGB 25 55 93 -
CMYK 0.73 0.41 0 0.64
HSL 213.53º 0.58% 0.23% -
HSV(B) 213.53º 0.73% 0.36% -
XYZ 3.74 3.73 10.88 -
YUV 50.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 25 55 93 0.73 0.41 0 0.64 213.53 0.58 0.23
Hex 19 37 5D 49 29 0 40 D6 3A 17
Octal 31 67 135 111 51 0 100 326 72 27
Binary 11001 110111 1011101 1001001 101001 0 1000000 11010110 111010 10111

Color Harmonies of #19375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19375D

Black with #19375D

Text Example


Text Example

White with #19375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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