#1B3550

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

Shades of Regal Blue #1B3550

Tints of Regal Blue #1B3550

Color information

#1B3550 (or 0x1B3550) is unknown color: approx Regal Blue. HEX triplet: 1B, 35 and 50. RGB value is (27,53,80). Sum of RGB (Red+Green+Blue) = 27+53+80=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3550 is #E4CAAF. Grayscale: #303030. Windows color (decimal): -14994096 or 5256475. OLE color: 5256475.

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

Color convert

RGB275380-
CMYK0.660.3400.69
HSL210.57º49.53%20.98%-
HSV(B)210.57º66.25%31.37%-
XYZ3.173.368.07-
YUV48.3145.89112.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.88%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 80 (31.64% from 255) = 50%
R=16.88%
G=33.12%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2753800.660.3400.69210.5749.5320.98
Hex1B35504222045d33215
Octal33651201024201053236225
Binary1101111010110100001000010100010010001011101001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,53,80); }

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

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

 a { background-color: rgb(27,53,80); }

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

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

 span { border-color: rgb(27,53,80); }

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