#1A436D

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

Shades of Regal Blue #1A436D

Tints of Regal Blue #1A436D

Color information

#1A436D (or 0x1A436D) is unknown color: approx Regal Blue. HEX triplet: 1A, 43 and 6D. RGB value is (26,67,109). Sum of RGB (Red+Green+Blue) = 26+67+109=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A436D is #E5BC92. Grayscale: #3B3B3B. Windows color (decimal): -15056019 or 7160602. OLE color: 7160602.

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

Color convert

RGB2667109-
CMYK0.760.3900.57
HSL210.36º61.48%26.47%-
HSV(B)210.36º76.15%42.75%-
XYZ5.195.3415.22-
YUV59.53155.92104.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 109 (42.97% from 255) = 53.96%
R=12.87%
G=33.17%
B=53.96%

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
Decimal26671090.760.3900.57210.3661.4826.47
Hex1A436D4C27039d23d1a
Octal32103155114470713227532
Binary1101010000111101101100110010011101110011101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A436D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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