#1F4F76

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

Shades of Bahama Blue #1F4F76

Tints of Bahama Blue #1F4F76

Color information

#1F4F76 (or 0x1F4F76) is unknown color: approx Bahama Blue. HEX triplet: 1F, 4F and 76. RGB value is (31,79,118). Sum of RGB (Red+Green+Blue) = 31+79+118=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F4F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4F76 is #E0B089. Grayscale: #444444. Windows color (decimal): -14725258 or 7753503. OLE color: 7753503.

HSL color Cylindrical-coordinate representation of color #1F4F76: hue angle of 206.9º 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 #1F4F76 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3179118-
CMYK0.740.3300.54
HSL206.9º58.39%29.22%-
HSV(B)206.9º73.73%46.27%-
XYZ6.637.1918.18-
YUV69.09155.6100.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=13.60%
G=34.65%
B=51.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31791180.740.3300.54206.958.3929.22
Hex1F4F764A21036cf3a1d
Octal37117166112410663177235
Binary1111110011111110110100101010000101101101100111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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