#1A4057

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

Shades of Regal Blue #1A4057

Tints of Regal Blue #1A4057

Color information

#1A4057 (or 0x1A4057) is unknown color: approx Regal Blue. HEX triplet: 1A, 40 and 57. RGB value is (26,64,87). Sum of RGB (Red+Green+Blue) = 26+64+87=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A4057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4057 is #E5BFA8. Grayscale: #373737. Windows color (decimal): -15056809 or 5718042. OLE color: 5718042.

HSL color Cylindrical-coordinate representation of color #1A4057: hue angle of 202.62º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4057 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB266487-
CMYK0.700.2600.66
HSL202.62º53.98%22.16%-
HSV(B)202.62º70.11%34.12%-
XYZ3.984.579.69-
YUV55.26145.91107.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.69%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=14.69%
G=36.16%
B=49.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2664870.700.2600.66202.6253.9822.16
Hex1A4057461A042cb3616
Octal321001271063201023136626
Binary1101010000001010111100011011010010000101100101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,64,87); }

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

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

 a { background-color: rgb(26,64,87); }

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

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

 span { border-color: rgb(26,64,87); }

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