Html Css Color HEX #145687 Bahama Blue

📋 copy color: '#145687'

red 20 ◦ green 86 ◦ blue 135

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

Shades of Bahama Blue #145687

Tints of Bahama Blue #145687

RGB

 RED value IS 20 (8.2% from 255) = 8.3%

 GREEN value IS 86 (33.98% from 255) = 35.68%

 BLUE value IS 135 (53.13% from 255) = 56.02%

R = 8.3%
G = 35.68%
B = 56.02%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#145687 (or 0x145687) is known color: Bahama Blue. HEX triplet: 14, 56 and 87. RGB value is (20,86,135). Sum of RGB (Red+Green+Blue) = 20+86+135=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #145687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145687 is #EBA978. Grayscale: #474747. Windows color (decimal): -15444345 or 8869396. OLE color: 8869396.

HSL color Cylindrical-coordinate representation of color #145687: hue angle of 205.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145687 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 86 135 -
CMYK 0.85 0.36 0 0.47
HSL 205.57º 0.74% 0.3% -
HSV(B) 205.57º 0.85% 0.53% -
XYZ 7.99 8.55 24.15 -
YUV 71.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 20 86 135 0.85 0.36 0 0.47 205.57 0.74 0.3
Hex 14 56 87 55 24 0 2F CE 4A 1E
Octal 24 126 207 125 44 0 57 316 112 36
Binary 10100 1010110 10000111 1010101 100100 0 101111 11001110 1001010 11110

Color Harmonies of #145687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145687

Black with #145687

Text Example


Text Example

White with #145687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145687; }

 p { color: rgb(20,86,135); }

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

background-color css

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

 a { background-color: rgb(20,86,135); }

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

border-color css

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

 span { border-color: rgb(20,86,135); }

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