#1F4D78

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

Shades of Bahama Blue #1F4D78

Tints of Bahama Blue #1F4D78

Color information

#1F4D78 (or 0x1F4D78) is unknown color: approx Bahama Blue. HEX triplet: 1F, 4D and 78. RGB value is (31,77,120). Sum of RGB (Red+Green+Blue) = 31+77+120=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F4D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4D78 is #E0B287. Grayscale: #434343. Windows color (decimal): -14725768 or 7884063. OLE color: 7884063.

HSL color Cylindrical-coordinate representation of color #1F4D78: hue angle of 208.99º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4D78 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3177120-
CMYK0.740.3600.53
HSL208.99º58.94%29.61%-
HSV(B)208.99º74.17%47.06%-
XYZ6.616.9618.76-
YUV68.15157.26101.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=13.60%
G=33.77%
B=52.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31771200.740.3600.53208.9958.9429.61
Hex1F4D784A24035d13b1e
Octal37115170112440653217336
Binary1111110011011111000100101010010001101011101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,77,120); }

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

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

 a { background-color: rgb(31,77,120); }

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

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

 span { border-color: rgb(31,77,120); }

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