#1F5681

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

Shades of Bahama Blue #1F5681

Tints of Bahama Blue #1F5681

Color information

#1F5681 (or 0x1F5681) is unknown color: approx Bahama Blue. HEX triplet: 1F, 56 and 81. RGB value is (31,86,129). Sum of RGB (Red+Green+Blue) = 31+86+129=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F5681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5681 is #E0A97E. Grayscale: #4A4A4A. Windows color (decimal): -14723455 or 8476191. OLE color: 8476191.

HSL color Cylindrical-coordinate representation of color #1F5681: hue angle of 206.33º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F5681 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3186129-
CMYK0.760.3300.49
HSL206.33º61.25%31.37%-
HSV(B)206.33º75.97%50.59%-
XYZ7.868.5322-
YUV74.46158.7897-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=12.60%
G=34.96%
B=52.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31861290.760.3300.49206.3361.2531.37
Hex1F56814C21031ce3d1f
Octal37126201114410613167537
Binary11111101011010000001100110010000101100011100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,86,129); }

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

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

 a { background-color: rgb(31,86,129); }

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

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

 span { border-color: rgb(31,86,129); }

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