#1A3651

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

Shades of Regal Blue #1A3651

Tints of Regal Blue #1A3651

Color information

#1A3651 (or 0x1A3651) is unknown color: approx Regal Blue. HEX triplet: 1A, 36 and 51. RGB value is (26,54,81). Sum of RGB (Red+Green+Blue) = 26+54+81=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A3651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3651 is #E5C9AE. Grayscale: #303030. Windows color (decimal): -15059375 or 5322266. OLE color: 5322266.

HSL color Cylindrical-coordinate representation of color #1A3651: hue angle of 209.45º 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 #1A3651 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB265481-
CMYK0.680.3300.68
HSL209.45º51.4%20.98%-
HSV(B)209.45º67.9%31.76%-
XYZ3.233.458.28-
YUV48.71146.22111.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=16.15%
G=33.54%
B=50.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2654810.680.3300.68209.4551.420.98
Hex1A36514421044d13315
Octal32661211044101043216325
Binary1101011011010100011000100100001010001001101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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