#1C527B

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

Shades of Bahama Blue #1C527B

Tints of Bahama Blue #1C527B

Color information

#1C527B (or 0x1C527B) is unknown color: approx Bahama Blue. HEX triplet: 1C, 52 and 7B. RGB value is (28,82,123). Sum of RGB (Red+Green+Blue) = 28+82+123=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C527B is #E3AD84. Grayscale: #464646. Windows color (decimal): -14921093 or 8081948. OLE color: 8081948.

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

Color convert

RGB2882123-
CMYK0.770.3300.52
HSL205.89º62.91%29.61%-
HSV(B)205.89º77.24%48.24%-
XYZ7.077.7119.85-
YUV70.53157.6197.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=12.02%
G=35.19%
B=52.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28821230.770.3300.52205.8962.9129.61
Hex1C527B4D21034ce3f1e
Octal34122173115410643167736
Binary1110010100101111011100110110000101101001100111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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