#1A4269

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

Shades of Regal Blue #1A4269

Tints of Regal Blue #1A4269

Color information

#1A4269 (or 0x1A4269) is unknown color: approx Regal Blue. HEX triplet: 1A, 42 and 69. RGB value is (26,66,105). Sum of RGB (Red+Green+Blue) = 26+66+105=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A4269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4269 is #E5BD96. Grayscale: #3A3A3A. Windows color (decimal): -15056279 or 6898202. OLE color: 6898202.

HSL color Cylindrical-coordinate representation of color #1A4269: hue angle of 209.62º 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 #1A4269 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2666105-
CMYK0.750.3700.59
HSL209.62º60.31%25.69%-
HSV(B)209.62º75.24%41.18%-
XYZ4.925.1414.1-
YUV58.49154.25104.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=13.20%
G=33.50%
B=53.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26661050.750.3700.59209.6260.3125.69
Hex1A42694B2503Bd23c1a
Octal32102151113450733227432
Binary1101010000101101001100101110010101110111101001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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