#1A446D

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

Shades of Regal Blue #1A446D

Tints of Regal Blue #1A446D

Color information

#1A446D (or 0x1A446D) is unknown color: approx Regal Blue. HEX triplet: 1A, 44 and 6D. RGB value is (26,68,109). Sum of RGB (Red+Green+Blue) = 26+68+109=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A446D is #E5BB92. Grayscale: #3B3B3B. Windows color (decimal): -15055763 or 7160858. OLE color: 7160858.

HSL color Cylindrical-coordinate representation of color #1A446D: hue angle of 209.64º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A446D is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2668109-
CMYK0.760.3800.57
HSL209.64º61.48%26.47%-
HSV(B)209.64º76.15%42.75%-
XYZ5.255.4615.24-
YUV60.12155.59103.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=12.81%
G=33.50%
B=53.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26681090.760.3800.57209.6461.4826.47
Hex1A446D4C26039d23d1a
Octal32104155114460713227532
Binary1101010001001101101100110010011001110011101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,68,109); }

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

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

 a { background-color: rgb(26,68,109); }

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

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

 span { border-color: rgb(26,68,109); }

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