#1F5F88

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

Shades of Bahama Blue #1F5F88

Tints of Bahama Blue #1F5F88

Color information

#1F5F88 (or 0x1F5F88) is unknown color: approx Bahama Blue. HEX triplet: 1F, 5F and 88. RGB value is (31,95,136). Sum of RGB (Red+Green+Blue) = 31+95+136=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F5F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5F88 is #E0A077. Grayscale: #505050. Windows color (decimal): -14721144 or 8937247. OLE color: 8937247.

HSL color Cylindrical-coordinate representation of color #1F5F88: hue angle of 203.43º 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 #1F5F88 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3195136-
CMYK0.770.3000.47
HSL203.43º62.87%32.75%-
HSV(B)203.43º77.21%53.33%-
XYZ9.110.2524.79-
YUV80.54159.392.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=11.83%
G=36.26%
B=51.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31951360.770.3000.47203.4362.8732.75
Hex1F5F884D1E02Fcb3f21
Octal37137210115360573137741
Binary11111101111110001000100110111110010111111001011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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