#1A4069

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

Shades of Regal Blue #1A4069

Tints of Regal Blue #1A4069

Color information

#1A4069 (or 0x1A4069) is unknown color: approx Regal Blue. HEX triplet: 1A, 40 and 69. RGB value is (26,64,105). Sum of RGB (Red+Green+Blue) = 26+64+105=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A4069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4069 is #E5BF96. Grayscale: #393939. Windows color (decimal): -15056791 or 6897690. OLE color: 6897690.

HSL color Cylindrical-coordinate representation of color #1A4069: hue angle of 211.14º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4069 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2664105-
CMYK0.750.3900.59
HSL211.14º60.31%25.69%-
HSV(B)211.14º75.24%41.18%-
XYZ4.814.9114.06-
YUV57.31154.91105.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=13.33%
G=32.82%
B=53.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26641050.750.3900.59211.1460.3125.69
Hex1A40694B2703Bd33c1a
Octal32100151113470733237432
Binary1101010000001101001100101110011101110111101001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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