#1C6184

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

Shades of Bahama Blue #1C6184

Tints of Bahama Blue #1C6184

Color information

#1C6184 (or 0x1C6184) is unknown color: approx Bahama Blue. HEX triplet: 1C, 61 and 84. RGB value is (28,97,132). Sum of RGB (Red+Green+Blue) = 28+97+132=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C6184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6184 is #E39E7B. Grayscale: #505050. Windows color (decimal): -14917244 or 8675612. OLE color: 8675612.

HSL color Cylindrical-coordinate representation of color #1C6184: hue angle of 200.19º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C6184 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2897132-
CMYK0.790.2700.48
HSL200.19º65%31.37%-
HSV(B)200.19º78.79%51.76%-
XYZ8.9210.4623.38-
YUV80.36157.1490.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=10.89%
G=37.74%
B=51.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28971320.790.2700.48200.196531.37
Hex1C61844F1B030c8411f
Octal341412041173306031010137
Binary11100110000110000100100111111011011000011001000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,97,132); }

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

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

 a { background-color: rgb(28,97,132); }

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

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

 span { border-color: rgb(28,97,132); }

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