#1C4A78

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

Shades of Bahama Blue #1C4A78

Tints of Bahama Blue #1C4A78

Color information

#1C4A78 (or 0x1C4A78) is unknown color: approx Bahama Blue. HEX triplet: 1C, 4A and 78. RGB value is (28,74,120). Sum of RGB (Red+Green+Blue) = 28+74+120=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C4A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4A78 is #E3B587. Grayscale: #414141. Windows color (decimal): -14923144 or 7883292. OLE color: 7883292.

HSL color Cylindrical-coordinate representation of color #1C4A78: hue angle of 210º 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 #1C4A78 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2874120-
CMYK0.770.3800.53
HSL210º62.16%29.02%-
HSV(B)210º76.67%47.06%-
XYZ6.326.518.69-
YUV65.49158.76101.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.61%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=12.61%
G=33.33%
B=54.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28741200.770.3800.5321062.1629.02
Hex1C4A784D26035d23e1d
Octal34112170115460653227635
Binary1110010010101111000100110110011001101011101001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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