#1F5683

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

Shades of Bahama Blue #1F5683

Tints of Bahama Blue #1F5683

Color information

#1F5683 (or 0x1F5683) is unknown color: approx Bahama Blue. HEX triplet: 1F, 56 and 83. RGB value is (31,86,131). Sum of RGB (Red+Green+Blue) = 31+86+131=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F5683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5683 is #E0A97C. Grayscale: #4A4A4A. Windows color (decimal): -14723453 or 8607263. OLE color: 8607263.

HSL color Cylindrical-coordinate representation of color #1F5683: hue angle of 207º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F5683 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3186131-
CMYK0.760.3400.49
HSL207º61.73%31.76%-
HSV(B)207º76.34%51.37%-
XYZ7.998.5922.71-
YUV74.68159.7896.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.5%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=12.5%
G=34.68%
B=52.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31861310.760.3400.4920761.7331.76
Hex1F56834C22031cf3e20
Octal37126203114420613177640
Binary111111010110100000111001100100010011000111001111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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