#1F5B88

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

Shades of Bahama Blue #1F5B88

Tints of Bahama Blue #1F5B88

Color information

#1F5B88 (or 0x1F5B88) is unknown color: approx Bahama Blue. HEX triplet: 1F, 5B and 88. RGB value is (31,91,136). Sum of RGB (Red+Green+Blue) = 31+91+136=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F5B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5B88 is #E0A477. Grayscale: #4D4D4D. Windows color (decimal): -14722168 or 8936223. OLE color: 8936223.

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

Color convert

RGB3191136-
CMYK0.770.3300.47
HSL205.71º62.87%32.75%-
HSV(B)205.71º77.21%53.33%-
XYZ8.759.5524.67-
YUV78.19160.6294.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.02%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=12.02%
G=35.27%
B=52.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31911360.770.3300.47205.7162.8732.75
Hex1F5B884D2102Fce3f21
Octal37133210115410573167741
Binary111111011011100010001001101100001010111111001110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,91,136); }

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

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

 a { background-color: rgb(31,91,136); }

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

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

 span { border-color: rgb(31,91,136); }

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