#1c6084

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

Shades of Bahama Blue #1C6084

Tints of Bahama Blue #1C6084

Color information

#1C6084 (or 0x1C6084) is unknown color: approx Bahama Blue. HEX triplet: 1C, 60 and 84. RGB value is (28,96,132). Sum of RGB (Red+Green+Blue) = 28+96+132=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C6084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6084 is #E39F7B. Grayscale: #4F4F4F. Windows color (decimal): -14917500 or 8675356. OLE color: 8675356.

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

Color convert

RGB2896132-
CMYK0.790.2700.48
HSL200.77º65%31.37%-
HSV(B)200.77º78.79%51.76%-
XYZ8.8310.2823.35-
YUV79.77157.4791.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.94%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=10.94%
G=37.5%
B=51.56%

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
Decimal28961320.790.2700.48200.776531.37
Hex1C60844F1B030c9411f
Octal341402041173306031110137
Binary11100110000010000100100111111011011000011001001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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