#19416A

Color #19416A Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #19416A

Tints of Regal Blue #19416A

Color information

#19416A (or 0x19416A) is unknown color: approx Regal Blue. HEX triplet: 19, 41 and 6A. RGB value is (25,65,106). Sum of RGB (Red+Green+Blue) = 25+65+106=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #19416A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19416A is #E6BE95. Grayscale: #393939. Windows color (decimal): -15122070 or 6963481. OLE color: 6963481.

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

Color convert

RGB2565106-
CMYK0.760.3900.58
HSL210.37º61.83%25.69%-
HSV(B)210.37º76.42%41.57%-
XYZ4.895.0314.35-
YUV57.71155.25104.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 106 (41.80% from 255) = 54.08%
R=12.76%
G=33.16%
B=54.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25651060.760.3900.58210.3761.8325.69
Hex19416A4C2703Ad23e1a
Octal31101152114470723227632
Binary1100110000011101010100110010011101110101101001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19416A; }

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

 H1.HeaderClassName
 {
   color: #19416A;
 }
 .AnyTagClassName
 {
   color: #19416A;
 }
</style>
background-color css

<style>
 a { background-color: #19416A; }

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

 div.DivClassName
 {
   background-color: #19416A;
 }
 .BgClassName
 {
   background-color: #19416A;
 }
</style>
border-color css

<style>
 span { border-color: #19416A; }

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

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