#1F547B

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

Shades of Bahama Blue #1F547B

Tints of Bahama Blue #1F547B

Color information

#1F547B (or 0x1F547B) is unknown color: approx Bahama Blue. HEX triplet: 1F, 54 and 7B. RGB value is (31,84,123). Sum of RGB (Red+Green+Blue) = 31+84+123=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F547B is #E0AB84. Grayscale: #484848. Windows color (decimal): -14723973 or 8082463. OLE color: 8082463.

HSL color Cylindrical-coordinate representation of color #1F547B: hue angle of 205.43º degrees, saturation: 0.6, 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 #1F547B is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3184123-
CMYK0.750.3200.52
HSL205.43º59.74%30.2%-
HSV(B)205.43º74.8%48.24%-
XYZ7.318.0619.91-
YUV72.6156.4498.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.03%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=13.03%
G=35.29%
B=51.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31841230.750.3200.52205.4359.7430.2
Hex1F547B4B20034cd3c1e
Octal37124173113400643157436
Binary1111110101001111011100101110000001101001100110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,123); }

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

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

 a { background-color: rgb(31,84,123); }

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

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

 span { border-color: rgb(31,84,123); }

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