#1A3B50

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

Shades of Regal Blue #1A3B50

Tints of Regal Blue #1A3B50

Color information

#1A3B50 (or 0x1A3B50) is unknown color: approx Regal Blue. HEX triplet: 1A, 3B and 50. RGB value is (26,59,80). Sum of RGB (Red+Green+Blue) = 26+59+80=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3B50 is #E5C4AF. Grayscale: #333333. Windows color (decimal): -15058096 or 5258010. OLE color: 5258010.

HSL color Cylindrical-coordinate representation of color #1A3B50: hue angle of 203.33º 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 #1A3B50 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB265980-
CMYK0.670.2600.69
HSL203.33º50.94%20.78%-
HSV(B)203.33º67.5%31.37%-
XYZ3.443.938.17-
YUV51.53144.07109.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.76%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=15.76%
G=35.76%
B=48.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2659800.670.2600.69203.3350.9420.78
Hex1A3B50431A045cb3315
Octal32731201033201053136325
Binary110101110111010000100001111010010001011100101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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