#1C527C

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

Shades of Bahama Blue #1C527C

Tints of Bahama Blue #1C527C

Color information

#1C527C (or 0x1C527C) is unknown color: approx Bahama Blue. HEX triplet: 1C, 52 and 7C. RGB value is (28,82,124). Sum of RGB (Red+Green+Blue) = 28+82+124=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C527C is #E3AD83. Grayscale: #464646. Windows color (decimal): -14921092 or 8147484. OLE color: 8147484.

HSL color Cylindrical-coordinate representation of color #1C527C: hue angle of 206.25º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C527C is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2882124-
CMYK0.770.3400.51
HSL206.25º63.16%29.8%-
HSV(B)206.25º77.42%48.63%-
XYZ7.137.7420.19-
YUV70.64158.1197.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.97%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=11.97%
G=35.04%
B=52.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28821240.770.3400.51206.2563.1629.8
Hex1C527C4D22033ce3f1e
Octal34122174115420633167736
Binary1110010100101111100100110110001001100111100111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,82,124); }

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

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

 a { background-color: rgb(28,82,124); }

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

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

 span { border-color: rgb(28,82,124); }

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