#0F5986

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

Shades of Bahama Blue #0F5986

Tints of Bahama Blue #0F5986

Color information

#0F5986 (or 0x0F5986) is unknown color: approx Bahama Blue. HEX triplet: 0F, 59 and 86. RGB value is (15,89,134). Sum of RGB (Red+Green+Blue) = 15+89+134=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F5986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5986 is #F0A679. Grayscale: #474747. Windows color (decimal): -15771258 or 8804623. OLE color: 8804623.

HSL color Cylindrical-coordinate representation of color #0F5986: hue angle of 202.69º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F5986 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1589134-
CMYK0.890.3400.47
HSL202.69º79.87%29.22%-
HSV(B)202.69º88.81%52.55%-
XYZ8.078.9723.86-
YUV72162.9887.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.30%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 134 (52.73% from 255) = 56.30%
R=6.30%
G=37.39%
B=56.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15891340.890.3400.47202.6979.8729.22
HexF5986592202Fcb501d
Octal171312061314205731312035
Binary11111011001100001101011001100010010111111001011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5986; }

 p { color: rgb(15,89,134); }

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

<style>
 a { background-color: #0F5986; }

 a { background-color: rgb(15,89,134); }

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

<style>
 span { border-color: #0F5986; }

 span { border-color: rgb(15,89,134); }

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