#0F5A89

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

Shades of Bahama Blue #0F5A89

Tints of Bahama Blue #0F5A89

Color information

#0F5A89 (or 0x0F5A89) is unknown color: approx Bahama Blue. HEX triplet: 0F, 5A and 89. RGB value is (15,90,137). Sum of RGB (Red+Green+Blue) = 15+90+137=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F5A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5A89 is #F0A576. Grayscale: #484848. Windows color (decimal): -15770999 or 9001487. OLE color: 9001487.

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

Color convert

RGB1590137-
CMYK0.890.3400.46
HSL203.11º80.26%29.8%-
HSV(B)203.11º89.05%53.73%-
XYZ8.379.2225.01-
YUV72.93164.1586.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.20%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 137 (53.91% from 255) = 56.61%
R=6.20%
G=37.19%
B=56.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15901370.890.3400.46203.1180.2629.8
HexF5A89592202Ecb501e
Octal171322111314205631312036
Binary11111011010100010011011001100010010111011001011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,90,137); }

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

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

 a { background-color: rgb(15,90,137); }

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

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

 span { border-color: rgb(15,90,137); }

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