#1B4C83

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

Shades of Bahama Blue #1B4C83

Tints of Bahama Blue #1B4C83

Color information

#1B4C83 (or 0x1B4C83) is unknown color: approx Bahama Blue. HEX triplet: 1B, 4C and 83. RGB value is (27,76,131). Sum of RGB (Red+Green+Blue) = 27+76+131=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #1B4C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4C83 is #E4B37C. Grayscale: #434343. Windows color (decimal): -14988157 or 8604699. OLE color: 8604699.

HSL color Cylindrical-coordinate representation of color #1B4C83: hue angle of 211.73º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B4C83 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2776131-
CMYK0.790.4200.49
HSL211.73º65.82%30.98%-
HSV(B)211.73º79.39%51.37%-
XYZ7.137.0422.46-
YUV67.62163.7799.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=11.54%
G=32.48%
B=55.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27761310.790.4200.49211.7365.8230.98
Hex1B4C834F2A031d4421f
Octal331142031175206132410237
Binary110111001100100000111001111101010011000111010100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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