#0E5B8A

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

Shades of Bahama Blue #0E5B8A

Tints of Bahama Blue #0E5B8A

Color information

#0E5B8A (or 0x0E5B8A) is unknown color: approx Bahama Blue. HEX triplet: 0E, 5B and 8A. RGB value is (14,91,138). Sum of RGB (Red+Green+Blue) = 14+91+138=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E5B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5B8A is #F1A475. Grayscale: #494949. Windows color (decimal): -15836278 or 9067278. OLE color: 9067278.

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

Color convert

RGB1491138-
CMYK0.900.3400.46
HSL202.74º81.58%29.8%-
HSV(B)202.74º89.86%54.12%-
XYZ8.519.4125.41-
YUV73.33164.4985.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.76%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=5.76%
G=37.45%
B=56.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14911380.900.3400.46202.7481.5829.8
HexE5B8A5A2202Ecb521e
Octal161332121324205631312236
Binary11101011011100010101011010100010010111011001011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,91,138); }

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

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

 a { background-color: rgb(14,91,138); }

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

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

 span { border-color: rgb(14,91,138); }

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