#1f5583

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

Shades of Bahama Blue #1F5583

Tints of Bahama Blue #1F5583

Color information

#1F5583 (or 0x1F5583) is unknown color: approx Bahama Blue. HEX triplet: 1F, 55 and 83. RGB value is (31,85,131). Sum of RGB (Red+Green+Blue) = 31+85+131=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F5583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5583 is #E0AA7C. Grayscale: #494949. Windows color (decimal): -14723709 or 8607007. OLE color: 8607007.

HSL color Cylindrical-coordinate representation of color #1F5583: hue angle of 207.6º 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 #1F5583 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3185131-
CMYK0.760.3500.49
HSL207.6º61.73%31.76%-
HSV(B)207.6º76.34%51.37%-
XYZ7.918.4322.68-
YUV74.1160.1197.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 131 (51.56% from 255) = 53.04%
R=12.55%
G=34.41%
B=53.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31851310.760.3500.49207.661.7331.76
Hex1F55834C23031d03e20
Octal37125203114430613207640
Binary111111010101100000111001100100011011000111010000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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