#1A3A50

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

Shades of Regal Blue #1A3A50

Tints of Regal Blue #1A3A50

Color information

#1A3A50 (or 0x1A3A50) is unknown color: approx Regal Blue. HEX triplet: 1A, 3A and 50. RGB value is (26,58,80). Sum of RGB (Red+Green+Blue) = 26+58+80=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A50 is #E5C5AF. Grayscale: #323232. Windows color (decimal): -15058352 or 5257754. OLE color: 5257754.

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

Color convert

RGB265880-
CMYK0.670.2800.69
HSL204.44º50.94%20.78%-
HSV(B)204.44º67.5%31.37%-
XYZ3.393.828.15-
YUV50.94144.4110.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=15.85%
G=35.37%
B=48.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2658800.670.2800.69204.4450.9420.78
Hex1A3A50431C045cc3315
Octal32721201033401053146325
Binary110101110101010000100001111100010001011100110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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