#1C5F83

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

Shades of Bahama Blue #1C5F83

Tints of Bahama Blue #1C5F83

Color information

#1C5F83 (or 0x1C5F83) is unknown color: approx Bahama Blue. HEX triplet: 1C, 5F and 83. RGB value is (28,95,131). Sum of RGB (Red+Green+Blue) = 28+95+131=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #1C5F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5F83 is #E3A07C. Grayscale: #4E4E4E. Windows color (decimal): -14917757 or 8609564. OLE color: 8609564.

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

Color convert

RGB2895131-
CMYK0.790.2700.49
HSL200.97º64.78%31.18%-
HSV(B)200.97º78.63%51.37%-
XYZ8.6710.0722.96-
YUV79.07157.391.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.02%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 131 (51.56% from 255) = 51.57%
R=11.02%
G=37.40%
B=51.57%

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
Decimal28951310.790.2700.49200.9764.7831.18
Hex1C5F834F1B031c9411f
Octal341372031173306131110137
Binary11100101111110000011100111111011011000111001001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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