Html Css Color HEX #19466D Regal Blue

📋 copy color: '#19466D'

red 25 ◦ green 70 ◦ blue 109

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

Shades of Regal Blue #19466D

Tints of Regal Blue #19466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 12.25%
G = 34.31%
B = 53.43%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19466D (or 0x19466D) is known color: Regal Blue. HEX triplet: 19, 46 and 6D. RGB value is (25,70,109). Sum of RGB (Red+Green+Blue) = 25+70+109=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #19466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19466D is #E6B992. Grayscale: #3C3C3C. Windows color (decimal): -15120787 or 7161369. OLE color: 7161369.

HSL color Cylindrical-coordinate representation of color #19466D: hue angle of 207.86º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19466D is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 70 109 -
CMYK 0.77 0.36 0 0.57
HSL 207.86º 0.63% 0.26% -
HSV(B) 207.86º 0.77% 0.43% -
XYZ 5.35 5.69 15.28 -
YUV 60.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 25 70 109 0.77 0.36 0 0.57 207.86 0.63 0.26
Hex 19 46 6D 4D 24 0 39 D0 3F 1A
Octal 31 106 155 115 44 0 71 320 77 32
Binary 11001 1000110 1101101 1001101 100100 0 111001 11010000 111111 11010

Color Harmonies of #19466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19466D

Black with #19466D

Text Example


Text Example

White with #19466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,70,109); }

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

background-color css

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

 a { background-color: rgb(25,70,109); }

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

border-color css

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

 span { border-color: rgb(25,70,109); }

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