#1A426D

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

Shades of Regal Blue #1A426D

Tints of Regal Blue #1A426D

Color information

#1A426D (or 0x1A426D) is unknown color: approx Regal Blue. HEX triplet: 1A, 42 and 6D. RGB value is (26,66,109). Sum of RGB (Red+Green+Blue) = 26+66+109=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A426D is #E5BD92. Grayscale: #3A3A3A. Windows color (decimal): -15056275 or 7160346. OLE color: 7160346.

HSL color Cylindrical-coordinate representation of color #1A426D: hue angle of 211.08º 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 #1A426D is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2666109-
CMYK0.760.3900.57
HSL211.08º61.48%26.47%-
HSV(B)211.08º76.15%42.75%-
XYZ5.135.2215.2-
YUV58.94156.25104.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=12.94%
G=32.84%
B=54.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26661090.760.3900.57211.0861.4826.47
Hex1A426D4C27039d33d1a
Octal32102155114470713237532
Binary1101010000101101101100110010011101110011101001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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