#1c4a75

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

Shades of Bahama Blue #1C4A75

Tints of Bahama Blue #1C4A75

Color information

#1C4A75 (or 0x1C4A75) is unknown color: approx Bahama Blue. HEX triplet: 1C, 4A and 75. RGB value is (28,74,117). Sum of RGB (Red+Green+Blue) = 28+74+117=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C4A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4A75 is #E3B58A. Grayscale: #404040. Windows color (decimal): -14923147 or 7686684. OLE color: 7686684.

HSL color Cylindrical-coordinate representation of color #1C4A75: hue angle of 208.99º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4A75 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2874117-
CMYK0.760.3700.54
HSL208.99º61.38%28.43%-
HSV(B)208.99º76.07%45.88%-
XYZ6.146.4317.75-
YUV65.15157.26101.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.79%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=12.79%
G=33.79%
B=53.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28741170.760.3700.54208.9961.3828.43
Hex1C4A754C25036d13d1c
Octal34112165114450663217534
Binary1110010010101110101100110010010101101101101000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c4a75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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