#1B374F

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

Shades of Regal Blue #1B374F

Tints of Regal Blue #1B374F

Color information

#1B374F (or 0x1B374F) is unknown color: approx Regal Blue. HEX triplet: 1B, 37 and 4F. RGB value is (27,55,79). Sum of RGB (Red+Green+Blue) = 27+55+79=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B374F is #E4C8B0. Grayscale: #313131. Windows color (decimal): -14993585 or 5191451. OLE color: 5191451.

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

Color convert

RGB275579-
CMYK0.660.3000.69
HSL207.69º49.06%20.78%-
HSV(B)207.69º65.82%30.98%-
XYZ3.233.537.91-
YUV49.36144.72112.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.77%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 79 (31.25% from 255) = 49.07%
R=16.77%
G=34.16%
B=49.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2755790.660.3000.69207.6949.0620.78
Hex1B374F421E045d03115
Octal33671171023601053206125
Binary110111101111001111100001011110010001011101000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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