#1F567B

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

Shades of Bahama Blue #1F567B

Tints of Bahama Blue #1F567B

Color information

#1F567B (or 0x1F567B) is unknown color: approx Bahama Blue. HEX triplet: 1F, 56 and 7B. RGB value is (31,86,123). Sum of RGB (Red+Green+Blue) = 31+86+123=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F567B is #E0A984. Grayscale: #494949. Windows color (decimal): -14723461 or 8082975. OLE color: 8082975.

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

Color convert

RGB3186123-
CMYK0.750.3000.52
HSL204.13º59.74%30.2%-
HSV(B)204.13º74.8%48.24%-
XYZ7.478.3819.96-
YUV73.77155.7897.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=12.92%
G=35.83%
B=51.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31861230.750.3000.52204.1359.7430.2
Hex1F567B4B1E034cc3c1e
Octal37126173113360643147436
Binary111111010110111101110010111111001101001100110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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