#1A4169

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

Shades of Regal Blue #1A4169

Tints of Regal Blue #1A4169

Color information

#1A4169 (or 0x1A4169) is unknown color: approx Regal Blue. HEX triplet: 1A, 41 and 69. RGB value is (26,65,105). Sum of RGB (Red+Green+Blue) = 26+65+105=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A4169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4169 is #E5BE96. Grayscale: #393939. Windows color (decimal): -15056535 or 6897946. OLE color: 6897946.

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

Color convert

RGB2665105-
CMYK0.750.3800.59
HSL210.38º60.31%25.69%-
HSV(B)210.38º75.24%41.18%-
XYZ4.875.0214.08-
YUV57.9154.58105.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=13.27%
G=33.16%
B=53.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26651050.750.3800.59210.3860.3125.69
Hex1A41694B2603Bd23c1a
Octal32101151113460733227432
Binary1101010000011101001100101110011001110111101001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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