#19406B

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

Shades of Regal Blue #19406B

Tints of Regal Blue #19406B

Color information

#19406B (or 0x19406B) is unknown color: approx Regal Blue. HEX triplet: 19, 40 and 6B. RGB value is (25,64,107). Sum of RGB (Red+Green+Blue) = 25+64+107=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #19406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19406B is #E6BF94. Grayscale: #393939. Windows color (decimal): -15122325 or 7028761. OLE color: 7028761.

HSL color Cylindrical-coordinate representation of color #19406B: hue angle of 211.46º 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 #19406B is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2564107-
CMYK0.770.4000.58
HSL211.46º62.12%25.88%-
HSV(B)211.46º76.64%41.96%-
XYZ4.894.9414.6-
YUV57.24156.08105-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=12.76%
G=32.65%
B=54.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25641070.770.4000.58211.4662.1225.88
Hex19406B4D2803Ad33e1a
Octal31100153115500723237632
Binary1100110000001101011100110110100001110101101001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,64,107); }

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

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

 a { background-color: rgb(25,64,107); }

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

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

 span { border-color: rgb(25,64,107); }

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