#1A3451

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

Shades of Regal Blue #1A3451

Tints of Regal Blue #1A3451

Color information

#1A3451 (or 0x1A3451) is unknown color: approx Regal Blue. HEX triplet: 1A, 34 and 51. RGB value is (26,52,81). Sum of RGB (Red+Green+Blue) = 26+52+81=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A3451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3451 is #E5CBAE. Grayscale: #2F2F2F. Windows color (decimal): -15059887 or 5321754. OLE color: 5321754.

HSL color Cylindrical-coordinate representation of color #1A3451: hue angle of 211.64º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3451 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB265281-
CMYK0.680.3600.68
HSL211.64º51.4%20.98%-
HSV(B)211.64º67.9%31.76%-
XYZ3.143.278.25-
YUV47.53146.89112.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.35%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=16.35%
G=32.70%
B=50.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2652810.680.3600.68211.6451.420.98
Hex1A34514424044d43315
Octal32641211044401043246325
Binary1101011010010100011000100100100010001001101010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,52,81); }

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

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

 a { background-color: rgb(26,52,81); }

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

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

 span { border-color: rgb(26,52,81); }

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