Html Css Color HEX #19415B Regal Blue

📋 copy color: '#19415B'

red 25 ◦ green 65 ◦ blue 91

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

Shades of Regal Blue #19415B

Tints of Regal Blue #19415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

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

R = 13.81%
G = 35.91%
B = 50.28%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19415B (or 0x19415B) is known color: Regal Blue. HEX triplet: 19, 41 and 5B. RGB value is (25,65,91). Sum of RGB (Red+Green+Blue) = 25+65+91=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #19415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19415B is #E6BEA4. Grayscale: #373737. Windows color (decimal): -15122085 or 5980441. OLE color: 5980441.

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

Color convert

RGB 25 65 91 -
CMYK 0.73 0.29 0 0.64
HSL 203.64º 0.57% 0.23% -
HSV(B) 203.64º 0.73% 0.36% -
XYZ 4.18 4.74 10.59 -
YUV 56 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 25 65 91 0.73 0.29 0 0.64 203.64 0.57 0.23
Hex 19 41 5B 49 1D 0 40 CC 39 17
Octal 31 101 133 111 35 0 100 314 71 27
Binary 11001 1000001 1011011 1001001 11101 0 1000000 11001100 111001 10111

Color Harmonies of #19415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19415B

Black with #19415B

Text Example


Text Example

White with #19415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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