#1F4E76

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

Shades of Bahama Blue #1F4E76

Tints of Bahama Blue #1F4E76

Color information

#1F4E76 (or 0x1F4E76) is unknown color: approx Bahama Blue. HEX triplet: 1F, 4E and 76. RGB value is (31,78,118). Sum of RGB (Red+Green+Blue) = 31+78+118=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F4E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4E76 is #E0B189. Grayscale: #444444. Windows color (decimal): -14725514 or 7753247. OLE color: 7753247.

HSL color Cylindrical-coordinate representation of color #1F4E76: hue angle of 207.59º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4E76 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3178118-
CMYK0.740.3400.54
HSL207.59º58.39%29.22%-
HSV(B)207.59º73.73%46.27%-
XYZ6.567.0518.15-
YUV68.51155.93101.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=13.66%
G=34.36%
B=51.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31781180.740.3400.54207.5958.3929.22
Hex1F4E764A22036d03a1d
Octal37116166112420663207235
Binary1111110011101110110100101010001001101101101000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,78,118); }

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

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

 a { background-color: rgb(31,78,118); }

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

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

 span { border-color: rgb(31,78,118); }

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