#1B3450

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

Shades of Regal Blue #1B3450

Tints of Regal Blue #1B3450

Color information

#1B3450 (or 0x1B3450) is unknown color: approx Regal Blue. HEX triplet: 1B, 34 and 50. RGB value is (27,52,80). Sum of RGB (Red+Green+Blue) = 27+52+80=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3450 is #E4CBAF. Grayscale: #2F2F2F. Windows color (decimal): -14994352 or 5256219. OLE color: 5256219.

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

Color convert

RGB275280-
CMYK0.660.3500.69
HSL211.7º49.53%20.98%-
HSV(B)211.7º66.25%31.37%-
XYZ3.133.278.06-
YUV47.72146.22113.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.98%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=16.98%
G=32.70%
B=50.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2752800.660.3500.69211.749.5320.98
Hex1B34504223045d43215
Octal33641201024301053246225
Binary1101111010010100001000010100011010001011101010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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