#1F5A88

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

Shades of Bahama Blue #1F5A88

Tints of Bahama Blue #1F5A88

Color information

#1F5A88 (or 0x1F5A88) is unknown color: approx Bahama Blue. HEX triplet: 1F, 5A and 88. RGB value is (31,90,136). Sum of RGB (Red+Green+Blue) = 31+90+136=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F5A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5A88 is #E0A577. Grayscale: #4D4D4D. Windows color (decimal): -14722424 or 8935967. OLE color: 8935967.

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

Color convert

RGB3190136-
CMYK0.770.3400.47
HSL206.29º62.87%32.75%-
HSV(B)206.29º77.21%53.33%-
XYZ8.679.3824.65-
YUV77.6160.9594.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=12.06%
G=35.02%
B=52.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31901360.770.3400.47206.2962.8732.75
Hex1F5A884D2202Fce3f21
Octal37132210115420573167741
Binary111111011010100010001001101100010010111111001110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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