#0F5988

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

Shades of Bahama Blue #0F5988

Tints of Bahama Blue #0F5988

Color information

#0F5988 (or 0x0F5988) is unknown color: approx Bahama Blue. HEX triplet: 0F, 59 and 88. RGB value is (15,89,136). Sum of RGB (Red+Green+Blue) = 15+89+136=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F5988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5988 is #F0A677. Grayscale: #474747. Windows color (decimal): -15771256 or 8935695. OLE color: 8935695.

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

Color convert

RGB1589136-
CMYK0.890.3500.47
HSL203.31º80.13%29.61%-
HSV(B)203.31º88.97%53.33%-
XYZ8.219.0224.6-
YUV72.23163.9887.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 136 (53.52% from 255) = 56.67%
R=6.25%
G=37.08%
B=56.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15891360.890.3500.47203.3180.1329.61
HexF5988592302Fcb501e
Octal171312101314305731312036
Binary11111011001100010001011001100011010111111001011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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