#1B344F

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

Shades of Regal Blue #1B344F

Tints of Regal Blue #1B344F

Color information

#1B344F (or 0x1B344F) is unknown color: approx Regal Blue. HEX triplet: 1B, 34 and 4F. RGB value is (27,52,79). Sum of RGB (Red+Green+Blue) = 27+52+79=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B344F is #E4CBB0. Grayscale: #2F2F2F. Windows color (decimal): -14994353 or 5190683. OLE color: 5190683.

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

Color convert

RGB275279-
CMYK0.660.3400.69
HSL211.15º49.06%20.78%-
HSV(B)211.15º65.82%30.98%-
XYZ3.093.257.86-
YUV47.6145.72113.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.09%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 79 (31.25% from 255) = 50%
R=17.09%
G=32.91%
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
Decimal2752790.660.3400.69211.1549.0620.78
Hex1B344F4222045d33115
Octal33641171024201053236125
Binary1101111010010011111000010100010010001011101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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