#1B4057

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

Shades of Regal Blue #1B4057

Tints of Regal Blue #1B4057

Color information

#1B4057 (or 0x1B4057) is unknown color: approx Regal Blue. HEX triplet: 1B, 40 and 57. RGB value is (27,64,87). Sum of RGB (Red+Green+Blue) = 27+64+87=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B4057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4057 is #E4BFA8. Grayscale: #373737. Windows color (decimal): -14991273 or 5718043. OLE color: 5718043.

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

Color convert

RGB276487-
CMYK0.690.2600.66
HSL203º52.63%22.35%-
HSV(B)203º68.97%34.12%-
XYZ4.014.599.69-
YUV55.56145.74107.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.17%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=15.17%
G=35.96%
B=48.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2764870.690.2600.6620352.6322.35
Hex1B4057451A042cb3516
Octal331001271053201023136526
Binary1101110000001010111100010111010010000101100101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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