#1A4369

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

Shades of Regal Blue #1A4369

Tints of Regal Blue #1A4369

Color information

#1A4369 (or 0x1A4369) is unknown color: approx Regal Blue. HEX triplet: 1A, 43 and 69. RGB value is (26,67,105). Sum of RGB (Red+Green+Blue) = 26+67+105=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A4369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4369 is #E5BC96. Grayscale: #3A3A3A. Windows color (decimal): -15056023 or 6898458. OLE color: 6898458.

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

Color convert

RGB2667105-
CMYK0.750.3600.59
HSL208.86º60.31%25.69%-
HSV(B)208.86º75.24%41.18%-
XYZ4.985.2514.12-
YUV59.07153.92104.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 105 (41.41% from 255) = 53.03%
R=13.13%
G=33.84%
B=53.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26671050.750.3600.59208.8660.3125.69
Hex1A43694B2403Bd13c1a
Octal32103151113440733217432
Binary1101010000111101001100101110010001110111101000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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