#1B4063

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

Shades of Regal Blue #1B4063

Tints of Regal Blue #1B4063

Color information

#1B4063 (or 0x1B4063) is unknown color: approx Regal Blue. HEX triplet: 1B, 40 and 63. RGB value is (27,64,99). Sum of RGB (Red+Green+Blue) = 27+64+99=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B4063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4063 is #E4BF9C. Grayscale: #383838. Windows color (decimal): -14991261 or 6504475. OLE color: 6504475.

HSL color Cylindrical-coordinate representation of color #1B4063: hue angle of 209.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B4063 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB276499-
CMYK0.730.3500.61
HSL209.17º57.14%24.71%-
HSV(B)209.17º72.73%38.82%-
XYZ4.544.812.49-
YUV56.93151.74106.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.21%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=14.21%
G=33.68%
B=52.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2764990.730.3500.61209.1757.1424.71
Hex1B4063492303Dd13919
Octal33100143111430753217131
Binary1101110000001100011100100110001101111011101000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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