#1C547B

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

Shades of Bahama Blue #1C547B

Tints of Bahama Blue #1C547B

Color information

#1C547B (or 0x1C547B) is unknown color: approx Bahama Blue. HEX triplet: 1C, 54 and 7B. RGB value is (28,84,123). Sum of RGB (Red+Green+Blue) = 28+84+123=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C547B is #E3AB84. Grayscale: #474747. Windows color (decimal): -14920581 or 8082460. OLE color: 8082460.

HSL color Cylindrical-coordinate representation of color #1C547B: hue angle of 204.63º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C547B is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2884123-
CMYK0.770.3200.52
HSL204.63º62.91%29.61%-
HSV(B)204.63º77.24%48.24%-
XYZ7.228.0219.91-
YUV71.7156.9596.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=11.91%
G=35.74%
B=52.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28841230.770.3200.52204.6362.9129.61
Hex1C547B4D20034cd3f1e
Octal34124173115400643157736
Binary1110010101001111011100110110000001101001100110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,84,123); }

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

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

 a { background-color: rgb(28,84,123); }

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

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

 span { border-color: rgb(28,84,123); }

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