#1A466D

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

Shades of Regal Blue #1A466D

Tints of Regal Blue #1A466D

Color information

#1A466D (or 0x1A466D) is unknown color: approx Regal Blue. HEX triplet: 1A, 46 and 6D. RGB value is (26,70,109). Sum of RGB (Red+Green+Blue) = 26+70+109=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A466D is #E5B992. Grayscale: #3D3D3D. Windows color (decimal): -15055251 or 7161370. OLE color: 7161370.

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

Color convert

RGB2670109-
CMYK0.760.3600.57
HSL208.19º61.48%26.47%-
HSV(B)208.19º76.15%42.75%-
XYZ5.385.715.29-
YUV61.29154.92102.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=12.68%
G=34.15%
B=53.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26701090.760.3600.57208.1961.4826.47
Hex1A466D4C24039d03d1a
Octal32106155114440713207532
Binary1101010001101101101100110010010001110011101000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A466D; }

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

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

<style>
 a { background-color: #1A466D; }

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

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

<style>
 span { border-color: #1A466D; }

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

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