#1C4E78

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

Shades of Bahama Blue #1C4E78

Tints of Bahama Blue #1C4E78

Color information

#1C4E78 (or 0x1C4E78) is unknown color: approx Bahama Blue. HEX triplet: 1C, 4E and 78. RGB value is (28,78,120). Sum of RGB (Red+Green+Blue) = 28+78+120=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C4E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4E78 is #E3B187. Grayscale: #434343. Windows color (decimal): -14922120 or 7884316. OLE color: 7884316.

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

Color convert

RGB2878120-
CMYK0.770.3500.53
HSL207.39º62.16%29.02%-
HSV(B)207.39º76.67%47.06%-
XYZ6.597.0518.78-
YUV67.84157.4499.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.39%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=12.39%
G=34.51%
B=53.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28781200.770.3500.53207.3962.1629.02
Hex1C4E784D23035cf3e1d
Octal34116170115430653177635
Binary1110010011101111000100110110001101101011100111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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