Html Css Color HEX #19375B Regal Blue

📋 copy color: '#19375B'

red 25 ◦ green 55 ◦ blue 91

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

Shades of Regal Blue #19375B

Tints of Regal Blue #19375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.22%

R = 14.62%
G = 32.16%
B = 53.22%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19375B (or 0x19375B) is known color: Regal Blue. HEX triplet: 19, 37 and 5B. RGB value is (25,55,91). Sum of RGB (Red+Green+Blue) = 25+55+91=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #19375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19375B is #E6C8A4. Grayscale: #313131. Windows color (decimal): -15124645 or 5977881. OLE color: 5977881.

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

Color convert

RGB 25 55 91 -
CMYK 0.73 0.40 0 0.64
HSL 212.73º 0.57% 0.23% -
HSV(B) 212.73º 0.73% 0.36% -
XYZ 3.66 3.69 10.42 -
YUV 50.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 25 55 91 0.73 0.40 0 0.64 212.73 0.57 0.23
Hex 19 37 5B 49 28 0 40 D5 39 17
Octal 31 67 133 111 50 0 100 325 71 27
Binary 11001 110111 1011011 1001001 101000 0 1000000 11010101 111001 10111

Color Harmonies of #19375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19375B

Black with #19375B

Text Example


Text Example

White with #19375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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