#1c4d7b

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

Shades of Bahama Blue #1C4D7B

Tints of Bahama Blue #1C4D7B

Color information

#1C4D7B (or 0x1C4D7B) is unknown color: approx Bahama Blue. HEX triplet: 1C, 4D and 7B. RGB value is (28,77,123). Sum of RGB (Red+Green+Blue) = 28+77+123=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C4D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4D7B is #E3B284. Grayscale: #434343. Windows color (decimal): -14922373 or 8080668. OLE color: 8080668.

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

Color convert

RGB2877123-
CMYK0.770.3700.52
HSL209.05º62.91%29.61%-
HSV(B)209.05º77.24%48.24%-
XYZ6.716.9819.73-
YUV67.59159.2799.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.28%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=12.28%
G=33.77%
B=53.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28771230.770.3700.52209.0562.9129.61
Hex1C4D7B4D25034d13f1e
Octal34115173115450643217736
Binary1110010011011111011100110110010101101001101000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c4d7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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