#1C4C79

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

Shades of Bahama Blue #1C4C79

Tints of Bahama Blue #1C4C79

Color information

#1C4C79 (or 0x1C4C79) is unknown color: approx Bahama Blue. HEX triplet: 1C, 4C and 79. RGB value is (28,76,121). Sum of RGB (Red+Green+Blue) = 28+76+121=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C4C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4C79 is #E3B386. Grayscale: #424242. Windows color (decimal): -14922631 or 7949340. OLE color: 7949340.

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

Color convert

RGB2876121-
CMYK0.770.3700.53
HSL209.03º62.42%29.22%-
HSV(B)209.03º76.86%47.45%-
XYZ6.516.819.06-
YUV66.78158.6100.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=12.44%
G=33.78%
B=53.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28761210.770.3700.53209.0362.4229.22
Hex1C4C794D25035d13e1d
Octal34114171115450653217635
Binary1110010011001111001100110110010101101011101000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,76,121); }

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

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

 a { background-color: rgb(28,76,121); }

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

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

 span { border-color: rgb(28,76,121); }

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