#1c517c

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

Shades of Bahama Blue #1C517C

Tints of Bahama Blue #1C517C

Color information

#1C517C (or 0x1C517C) is unknown color: approx Bahama Blue. HEX triplet: 1C, 51 and 7C. RGB value is (28,81,124). Sum of RGB (Red+Green+Blue) = 28+81+124=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C517C is #E3AE83. Grayscale: #454545. Windows color (decimal): -14921348 or 8147228. OLE color: 8147228.

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

Color convert

RGB2881124-
CMYK0.770.3500.51
HSL206.88º63.16%29.8%-
HSV(B)206.88º77.42%48.63%-
XYZ7.067.5920.16-
YUV70.05158.4498-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=12.02%
G=34.76%
B=53.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28811240.770.3500.51206.8863.1629.8
Hex1C517C4D23033cf3f1e
Octal34121174115430633177736
Binary1110010100011111100100110110001101100111100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c517c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,81,124); }

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

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

 a { background-color: rgb(28,81,124); }

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

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

 span { border-color: rgb(28,81,124); }

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