#0E5E8B

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

Shades of Bahama Blue #0E5E8B

Tints of Bahama Blue #0E5E8B

Color information

#0E5E8B (or 0x0E5E8B) is unknown color: approx Bahama Blue. HEX triplet: 0E, 5E and 8B. RGB value is (14,94,139). Sum of RGB (Red+Green+Blue) = 14+94+139=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 94 (37.11% from 255 or 38.06% 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 #0E5E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5E8B is #F1A174. Grayscale: #4A4A4A. Windows color (decimal): -15835509 or 9133582. OLE color: 9133582.

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

Color convert

RGB1494139-
CMYK0.900.3200.45
HSL201.6º81.7%30%-
HSV(B)201.6º89.93%54.51%-
XYZ8.849.9625.88-
YUV75.2116484.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 94 (37.11% from 255) = 38.06%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=5.67%
G=38.06%
B=56.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14941390.900.3200.45201.681.730
HexE5E8B5A2002Dca521e
Octal161362131324005531212236
Binary11101011110100010111011010100000010110111001010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,94,139); }

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

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

 a { background-color: rgb(14,94,139); }

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

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

 span { border-color: rgb(14,94,139); }

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