#1B3A57

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

Shades of Regal Blue #1B3A57

Tints of Regal Blue #1B3A57

Color information

#1B3A57 (or 0x1B3A57) is unknown color: approx Regal Blue. HEX triplet: 1B, 3A and 57. RGB value is (27,58,87). Sum of RGB (Red+Green+Blue) = 27+58+87=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B3A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3A57 is #E4C5A8. Grayscale: #333333. Windows color (decimal): -14992809 or 5716507. OLE color: 5716507.

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

Color convert

RGB275887-
CMYK0.690.3300.66
HSL209º52.63%22.35%-
HSV(B)209º68.97%34.12%-
XYZ3.693.959.58-
YUV52.04147.73110.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 87 (34.38% from 255) = 50.58%
R=15.70%
G=33.72%
B=50.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2758870.690.3300.6620952.6322.35
Hex1B3A574521042d13516
Octal33721271054101023216526
Binary1101111101010101111000101100001010000101101000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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