#1f5f83

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

Shades of Bahama Blue #1F5F83

Tints of Bahama Blue #1F5F83

Color information

#1F5F83 (or 0x1F5F83) is unknown color: approx Bahama Blue. HEX triplet: 1F, 5F and 83. RGB value is (31,95,131). Sum of RGB (Red+Green+Blue) = 31+95+131=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F5F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5F83 is #E0A07C. Grayscale: #4F4F4F. Windows color (decimal): -14721149 or 8609567. OLE color: 8609567.

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

Color convert

RGB3195131-
CMYK0.760.2700.49
HSL201.6º61.73%31.76%-
HSV(B)201.6º76.34%51.37%-
XYZ8.7510.1122.96-
YUV79.97156.893.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 131 (51.56% from 255) = 50.97%
R=12.06%
G=36.96%
B=50.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31951310.760.2700.49201.661.7331.76
Hex1F5F834C1B031ca3e20
Octal37137203114330613127640
Binary11111101111110000011100110011011011000111001010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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