#0D5F8B

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

Shades of Bahama Blue #0D5F8B

Tints of Bahama Blue #0D5F8B

Color information

#0D5F8B (or 0x0D5F8B) is unknown color: approx Bahama Blue. HEX triplet: 0D, 5F and 8B. RGB value is (13,95,139). Sum of RGB (Red+Green+Blue) = 13+95+139=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D5F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5F8B is #F2A074. Grayscale: #4B4B4B. Windows color (decimal): -15900789 or 9133837. OLE color: 9133837.

HSL color Cylindrical-coordinate representation of color #0D5F8B: hue angle of 200.95º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5F8B is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1395139-
CMYK0.910.3200.45
HSL200.95º82.89%29.8%-
HSV(B)200.95º90.65%54.51%-
XYZ8.9210.1325.91-
YUV75.5163.8383.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.26%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=5.26%
G=38.46%
B=56.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13951390.910.3200.45200.9582.8929.8
HexD5F8B5B2002Dc9531e
Octal151372131334005531112336
Binary11011011111100010111011011100000010110111001001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,95,139); }

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

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

 a { background-color: rgb(13,95,139); }

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

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

 span { border-color: rgb(13,95,139); }

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