#1C6087

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

Shades of Bahama Blue #1C6087

Tints of Bahama Blue #1C6087

Color information

#1C6087 (or 0x1C6087) is unknown color: approx Bahama Blue. HEX triplet: 1C, 60 and 87. RGB value is (28,96,135). Sum of RGB (Red+Green+Blue) = 28+96+135=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C6087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6087 is #E39F78. Grayscale: #4F4F4F. Windows color (decimal): -14917497 or 8871964. OLE color: 8871964.

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

Color convert

RGB2896135-
CMYK0.790.2900.47
HSL201.87º65.64%31.96%-
HSV(B)201.87º79.26%52.94%-
XYZ9.0310.3624.45-
YUV80.11158.9790.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.81%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 135 (53.12% from 255) = 52.12%
R=10.81%
G=37.07%
B=52.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28961350.790.2900.47201.8765.6431.96
Hex1C60874F1D02Fca4220
Octal341402071173505731210240
Binary111001100000100001111001111111010101111110010101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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