#1F6386

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

Shades of Bahama Blue #1F6386

Tints of Bahama Blue #1F6386

Color information

#1F6386 (or 0x1F6386) is unknown color: approx Bahama Blue. HEX triplet: 1F, 63 and 86. RGB value is (31,99,134). Sum of RGB (Red+Green+Blue) = 31+99+134=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F6386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6386 is #E09C79. Grayscale: #525252. Windows color (decimal): -14720122 or 8807199. OLE color: 8807199.

HSL color Cylindrical-coordinate representation of color #1F6386: hue angle of 200.39º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6386 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3199134-
CMYK0.770.2600.47
HSL200.39º62.42%32.35%-
HSV(B)200.39º76.87%52.55%-
XYZ9.3310.9424.17-
YUV82.66156.9791.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.74%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 134 (52.73% from 255) = 50.76%
R=11.74%
G=37.5%
B=50.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31991340.770.2600.47200.3962.4232.35
Hex1F63864D1A02Fc83e20
Octal37143206115320573107640
Binary11111110001110000110100110111010010111111001000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,99,134); }

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

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

 a { background-color: rgb(31,99,134); }

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

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

 span { border-color: rgb(31,99,134); }

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