#1A3650

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

Shades of Regal Blue #1A3650

Tints of Regal Blue #1A3650

Color information

#1A3650 (or 0x1A3650) is unknown color: approx Regal Blue. HEX triplet: 1A, 36 and 50. RGB value is (26,54,80). Sum of RGB (Red+Green+Blue) = 26+54+80=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3650 is #E5C9AF. Grayscale: #303030. Windows color (decimal): -15059376 or 5256730. OLE color: 5256730.

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

Color convert

RGB265480-
CMYK0.670.3300.69
HSL208.89º50.94%20.78%-
HSV(B)208.89º67.5%31.37%-
XYZ3.193.448.08-
YUV48.59145.72111.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.25%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 80 (31.64% from 255) = 50%
R=16.25%
G=33.75%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2654800.670.3300.69208.8950.9420.78
Hex1A36504321045d13315
Octal32661201034101053216325
Binary1101011011010100001000011100001010001011101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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