#0F5985

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

Shades of Bahama Blue #0F5985

Tints of Bahama Blue #0F5985

Color information

#0F5985 (or 0x0F5985) is unknown color: approx Bahama Blue. HEX triplet: 0F, 59 and 85. RGB value is (15,89,133). Sum of RGB (Red+Green+Blue) = 15+89+133=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F5985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5985 is #F0A67A. Grayscale: #474747. Windows color (decimal): -15771259 or 8739087. OLE color: 8739087.

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

Color convert

RGB1589133-
CMYK0.890.3300.48
HSL202.37º79.73%29.02%-
HSV(B)202.37º88.72%52.16%-
XYZ88.9423.49-
YUV71.89162.4887.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.33%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=6.33%
G=37.55%
B=56.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15891330.890.3300.48202.3779.7329.02
HexF59855921030ca501d
Octal171312051314106031212035
Binary11111011001100001011011001100001011000011001010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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