Html Css Color HEX #19466C Regal Blue

📋 copy color: '#19466C'

red 25 ◦ green 70 ◦ blue 108

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

Shades of Regal Blue #19466C

Tints of Regal Blue #19466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 12.32%
G = 34.48%
B = 53.2%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19466C (or 0x19466C) is known color: Regal Blue. HEX triplet: 19, 46 and 6C. RGB value is (25,70,108). Sum of RGB (Red+Green+Blue) = 25+70+108=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #19466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19466C is #E6B993. Grayscale: #3C3C3C. Windows color (decimal): -15120788 or 7095833. OLE color: 7095833.

HSL color Cylindrical-coordinate representation of color #19466C: hue angle of 207.47º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19466C is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 70 108 -
CMYK 0.77 0.35 0 0.58
HSL 207.47º 0.62% 0.26% -
HSV(B) 207.47º 0.77% 0.42% -
XYZ 5.3 5.67 15 -
YUV 60.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 25 70 108 0.77 0.35 0 0.58 207.47 0.62 0.26
Hex 19 46 6C 4D 23 0 3A CF 3E 1A
Octal 31 106 154 115 43 0 72 317 76 32
Binary 11001 1000110 1101100 1001101 100011 0 111010 11001111 111110 11010

Color Harmonies of #19466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19466C

Black with #19466C

Text Example


Text Example

White with #19466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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