#1C6189

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

Shades of Bahama Blue #1C6189

Tints of Bahama Blue #1C6189

Color information

#1C6189 (or 0x1C6189) is unknown color: approx Bahama Blue. HEX triplet: 1C, 61 and 89. RGB value is (28,97,137). Sum of RGB (Red+Green+Blue) = 28+97+137=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C6189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6189 is #E39E76. Grayscale: #505050. Windows color (decimal): -14917239 or 9003292. OLE color: 9003292.

HSL color Cylindrical-coordinate representation of color #1C6189: hue angle of 202.02º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C6189 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2897137-
CMYK0.800.2900.46
HSL202.02º66.06%32.35%-
HSV(B)202.02º79.56%53.73%-
XYZ9.2710.625.22-
YUV80.93159.6490.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.69%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 137 (53.91% from 255) = 52.29%
R=10.69%
G=37.02%
B=52.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28971370.800.2900.46202.0266.0632.35
Hex1C6189501D02Eca4220
Octal341412111203505631210240
Binary111001100001100010011010000111010101110110010101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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