#1C6086

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

Shades of Bahama Blue #1C6086

Tints of Bahama Blue #1C6086

Color information

#1C6086 (or 0x1C6086) is unknown color: approx Bahama Blue. HEX triplet: 1C, 60 and 86. RGB value is (28,96,134). Sum of RGB (Red+Green+Blue) = 28+96+134=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #1C6086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6086 is #E39F79. Grayscale: #4F4F4F. Windows color (decimal): -14917498 or 8806428. OLE color: 8806428.

HSL color Cylindrical-coordinate representation of color #1C6086: hue angle of 201.51º degrees, saturation: 0.65, 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 #1C6086 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2896134-
CMYK0.790.2800.47
HSL201.51º65.43%31.76%-
HSV(B)201.51º79.1%52.55%-
XYZ8.9610.3324.08-
YUV80158.4790.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.85%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=10.85%
G=37.21%
B=51.94%

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
Decimal28961340.790.2800.47201.5165.4331.76
Hex1C60864F1C02Fca4120
Octal341402061173405731210140
Binary111001100000100001101001111111000101111110010101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,96,134); }

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

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

 a { background-color: rgb(28,96,134); }

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

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

 span { border-color: rgb(28,96,134); }

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