#1C5278

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

Shades of Bahama Blue #1C5278

Tints of Bahama Blue #1C5278

Color information

#1C5278 (or 0x1C5278) is unknown color: approx Bahama Blue. HEX triplet: 1C, 52 and 78. RGB value is (28,82,120). Sum of RGB (Red+Green+Blue) = 28+82+120=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C5278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5278 is #E3AD87. Grayscale: #454545. Windows color (decimal): -14921096 or 7885340. OLE color: 7885340.

HSL color Cylindrical-coordinate representation of color #1C5278: hue angle of 204.78º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C5278 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2882120-
CMYK0.770.3200.53
HSL204.78º62.16%29.02%-
HSV(B)204.78º76.67%47.06%-
XYZ6.897.6418.88-
YUV70.19156.1197.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=12.17%
G=35.65%
B=52.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28821200.770.3200.53204.7862.1629.02
Hex1C52784D20035cd3e1d
Octal34122170115400653157635
Binary1110010100101111000100110110000001101011100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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