#1A4366

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

Shades of Regal Blue #1A4366

Tints of Regal Blue #1A4366

Color information

#1A4366 (or 0x1A4366) is unknown color: approx Regal Blue. HEX triplet: 1A, 43 and 66. RGB value is (26,67,102). Sum of RGB (Red+Green+Blue) = 26+67+102=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A4366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4366 is #E5BC99. Grayscale: #3A3A3A. Windows color (decimal): -15056026 or 6701850. OLE color: 6701850.

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

Color convert

RGB2667102-
CMYK0.750.3400.6
HSL207.63º59.38%25.1%-
HSV(B)207.63º74.51%40%-
XYZ4.835.1913.32-
YUV58.73152.42104.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=13.33%
G=34.36%
B=52.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26671020.750.3400.6207.6359.3825.1
Hex1A43664B2203Cd03b19
Octal32103146113420743207331
Binary1101010000111100110100101110001001111001101000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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