#1F5684

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

Shades of Bahama Blue #1F5684

Tints of Bahama Blue #1F5684

Color information

#1F5684 (or 0x1F5684) is unknown color: approx Bahama Blue. HEX triplet: 1F, 56 and 84. RGB value is (31,86,132). Sum of RGB (Red+Green+Blue) = 31+86+132=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F5684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5684 is #E0A97B. Grayscale: #4A4A4A. Windows color (decimal): -14723452 or 8672799. OLE color: 8672799.

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

Color convert

RGB3186132-
CMYK0.770.3500.48
HSL207.33º61.96%31.96%-
HSV(B)207.33º76.52%51.76%-
XYZ8.068.6123.07-
YUV74.8160.2896.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=12.45%
G=34.54%
B=53.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31861320.770.3500.48207.3361.9631.96
Hex1F56844D23030cf3e20
Octal37126204115430603177640
Binary111111010110100001001001101100011011000011001111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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