#1F4F7A

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

Shades of Bahama Blue #1F4F7A

Tints of Bahama Blue #1F4F7A

Color information

#1F4F7A (or 0x1F4F7A) is unknown color: approx Bahama Blue. HEX triplet: 1F, 4F and 7A. RGB value is (31,79,122). Sum of RGB (Red+Green+Blue) = 31+79+122=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F4F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4F7A is #E0B085. Grayscale: #454545. Windows color (decimal): -14725254 or 8015647. OLE color: 8015647.

HSL color Cylindrical-coordinate representation of color #1F4F7A: hue angle of 208.35º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F4F7A is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3179122-
CMYK0.750.3500.52
HSL208.35º59.48%30%-
HSV(B)208.35º74.59%47.84%-
XYZ6.877.2919.46-
YUV69.55157.6100.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=13.36%
G=34.05%
B=52.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31791220.750.3500.52208.3559.4830
Hex1F4F7A4B23034d03b1e
Octal37117172113430643207336
Binary1111110011111111010100101110001101101001101000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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