#1A406B

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

Shades of Regal Blue #1A406B

Tints of Regal Blue #1A406B

Color information

#1A406B (or 0x1A406B) is unknown color: approx Regal Blue. HEX triplet: 1A, 40 and 6B. RGB value is (26,64,107). Sum of RGB (Red+Green+Blue) = 26+64+107=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A406B is #E5BF94. Grayscale: #393939. Windows color (decimal): -15056789 or 7028762. OLE color: 7028762.

HSL color Cylindrical-coordinate representation of color #1A406B: hue angle of 211.85º degrees, saturation: 0.61, 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 #1A406B is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2664107-
CMYK0.760.4000.58
HSL211.85º60.9%26.08%-
HSV(B)211.85º75.7%41.96%-
XYZ4.914.9514.61-
YUV57.54155.91105.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=13.20%
G=32.49%
B=54.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26641070.760.4000.58211.8560.926.08
Hex1A406B4C2803Ad43d1a
Octal32100153114500723247532
Binary1101010000001101011100110010100001110101101010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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