#1C6187

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

Shades of Bahama Blue #1C6187

Tints of Bahama Blue #1C6187

Color information

#1C6187 (or 0x1C6187) is unknown color: approx Bahama Blue. HEX triplet: 1C, 61 and 87. RGB value is (28,97,135). Sum of RGB (Red+Green+Blue) = 28+97+135=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C6187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6187 is #E39E78. Grayscale: #505050. Windows color (decimal): -14917241 or 8872220. OLE color: 8872220.

HSL color Cylindrical-coordinate representation of color #1C6187: hue angle of 201.31º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C6187 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2897135-
CMYK0.790.2800.47
HSL201.31º65.64%31.96%-
HSV(B)201.31º79.26%52.94%-
XYZ9.1310.5524.48-
YUV80.7158.6490.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.77%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 135 (53.12% from 255) = 51.92%
R=10.77%
G=37.31%
B=51.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28971350.790.2800.47201.3165.6431.96
Hex1C61874F1C02Fc94220
Octal341412071173405731110240
Binary111001100001100001111001111111000101111110010011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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