#1B4C78

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

Shades of Bahama Blue #1B4C78

Tints of Bahama Blue #1B4C78

Color information

#1B4C78 (or 0x1B4C78) is unknown color: approx Bahama Blue. HEX triplet: 1B, 4C and 78. RGB value is (27,76,120). Sum of RGB (Red+Green+Blue) = 27+76+120=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B4C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4C78 is #E4B387. Grayscale: #424242. Windows color (decimal): -14988168 or 7883803. OLE color: 7883803.

HSL color Cylindrical-coordinate representation of color #1B4C78: hue angle of 208.39º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4C78 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2776120-
CMYK0.780.3700.53
HSL208.39º63.27%28.82%-
HSV(B)208.39º77.5%47.06%-
XYZ6.436.7618.73-
YUV66.36158.2799.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.11%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=12.11%
G=34.08%
B=53.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27761200.780.3700.53208.3963.2728.82
Hex1B4C784E25035d03f1d
Octal33114170116450653207735
Binary1101110011001111000100111010010101101011101000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,76,120); }

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

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

 a { background-color: rgb(27,76,120); }

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

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

 span { border-color: rgb(27,76,120); }

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