#0E5C8A

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

Shades of Bahama Blue #0E5C8A

Tints of Bahama Blue #0E5C8A

Color information

#0E5C8A (or 0x0E5C8A) is unknown color: approx Bahama Blue. HEX triplet: 0E, 5C and 8A. RGB value is (14,92,138). Sum of RGB (Red+Green+Blue) = 14+92+138=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E5C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5C8A is #F1A375. Grayscale: #494949. Windows color (decimal): -15836022 or 9067534. OLE color: 9067534.

HSL color Cylindrical-coordinate representation of color #0E5C8A: hue angle of 202.26º 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 #0E5C8A is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1492138-
CMYK0.900.3300.46
HSL202.26º81.58%29.8%-
HSV(B)202.26º89.86%54.12%-
XYZ8.69.5825.44-
YUV73.92164.1685.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.74%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=5.74%
G=37.70%
B=56.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14921380.900.3300.46202.2681.5829.8
HexE5C8A5A2102Eca521e
Octal161342121324105631212236
Binary11101011100100010101011010100001010111011001010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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