Html Css Color HEX #0E5982 Bahama Blue

📋 copy color: '#0E5982'

red 14 ◦ green 89 ◦ blue 130

#0E5982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #0E5982

Tints of Bahama Blue #0E5982

RGB

 RED value IS 14 (5.86% from 255) = 6.01%

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 130 (51.17% from 255) = 55.79%

R = 6.01%
G = 38.2%
B = 55.79%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0E5982 (or 0x0E5982) is known color: Bahama Blue. HEX triplet: 0E, 59 and 82. RGB value is (14,89,130). Sum of RGB (Red+Green+Blue) = 14+89+130=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E5982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5982 is #F1A67D. Grayscale: #474747. Windows color (decimal): -15836798 or 8542478. OLE color: 8542478.

HSL color Cylindrical-coordinate representation of color #0E5982: hue angle of 201.21º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5982 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 89 130 -
CMYK 0.89 0.32 0 0.49
HSL 201.21º 0.81% 0.28% -
HSV(B) 201.21º 0.89% 0.51% -
XYZ 7.78 8.85 22.42 -
YUV 71.25 161.15 87.17 -
System Red Green Blue C M Y K H S L
Decimal 14 89 130 0.89 0.32 0 0.49 201.21 0.81 0.28
Hex E 59 82 59 20 0 31 C9 51 1C
Octal 16 131 202 131 40 0 61 311 121 34
Binary 1110 1011001 10000010 1011001 100000 0 110001 11001001 1010001 11100

Color Harmonies of #0E5982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5982

Black with #0E5982

Text Example


Text Example

White with #0E5982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,89,130); }

 H1.HeaderClassName
 {
   color: #0E5982;
 }
 .AnyTagClassName
 {
   color: #0E5982;
 }
</style>

background-color css

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

 a { background-color: rgb(14,89,130); }

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

border-color css

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

 span { border-color: rgb(14,89,130); }

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