#1C6083

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

Shades of Bahama Blue #1C6083

Tints of Bahama Blue #1C6083

Color information

#1C6083 (or 0x1C6083) is unknown color: approx Bahama Blue. HEX triplet: 1C, 60 and 83. RGB value is (28,96,131). Sum of RGB (Red+Green+Blue) = 28+96+131=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #1C6083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6083 is #E39F7C. Grayscale: #4F4F4F. Windows color (decimal): -14917501 or 8609820. OLE color: 8609820.

HSL color Cylindrical-coordinate representation of color #1C6083: hue angle of 200.39º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C6083 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2896131-
CMYK0.790.2700.49
HSL200.39º64.78%31.18%-
HSV(B)200.39º78.63%51.37%-
XYZ8.7610.2522.99-
YUV79.66156.9791.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.98%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=10.98%
G=37.65%
B=51.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28961310.790.2700.49200.3964.7831.18
Hex1C60834F1B031c8411f
Octal341402031173306131010137
Binary11100110000010000011100111111011011000111001000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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